[grisbi-cvs] [SCM] grisbi branch, master, updated. 631031ce724b2bbad18e98eb3181295ce30370f0

Pierre Biava nobody at users.sourceforge.net
Fri Jun 4 20:24:49 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  631031ce724b2bbad18e98eb3181295ce30370f0 (commit)
      from  afd901835dfe3f5c88bb6bd56cf99581f038f8bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 631031ce724b2bbad18e98eb3181295ce30370f0
Author: Pierre Biava <pierre.biava at nerim.net>
Date:   Fri Jun 4 20:24:21 2010 +0200

    new combo_box for payees

-----------------------------------------------------------------------

Changes:
diff --git a/src/gsb_form_widget.c b/src/gsb_form_widget.c
index 653baf9..3eb034f 100644
--- a/src/gsb_form_widget.c
+++ b/src/gsb_form_widget.c
@@ -1080,3 +1080,29 @@ gint gsb_form_widget_get_old_debit_payment ( void )
 {
     return old_debit_payment_number;
 }
+
+
+/** Essai de remplacement des gtk_combofix */
+/**
+ * crée un gtk_combo_box pour les tiers
+ *
+ **/
+GtkWidget *gtk_combo_payee_new ( GSList *list )
+{
+    GtkWidget *combo_box;
+    GtkListStore *store;
+    GSList *tmp_list;
+
+
+    combo_box = gtk_combo_box_new ( );
+
+
+
+    
+    return combo_box;
+}
+
+/* Local Variables: */
+/* c-basic-offset: 4 */
+/* End: */
+


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list