[grisbi-cvs] grisbi/src gsb_form.c,1.100,1.101

Benjamin Drieu benj2 at users.sourceforge.net
Sat Dec 6 22:23:59 CET 2008


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24303

Modified Files:
	gsb_form.c 
Log Message:
Fix a bug that Cedric introduced while drunk :-P

Index: gsb_form.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_form.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- gsb_form.c	15 Nov 2008 22:05:26 -0000	1.100
+++ gsb_form.c	6 Dec 2008 21:23:57 -0000	1.101
@@ -140,6 +140,9 @@
 static GtkWidget *form_button_valid;
 static GtkWidget *form_button_cancel;
 
+/* Buttons for the form */
+GtkWidget *form_button_part;
+
 /** THE form */
 static GtkWidget *transaction_form;
 
@@ -207,7 +210,6 @@
     GtkWidget * hbox, * label, * separator, * hbox_buttons, * hbox_buttons_inner;
     GtkWidget * child = gtk_bin_get_child ( GTK_BIN(form_expander) );
     GtkWidget *event_box;
-    GtkWidget *form_button_part;
 
     devel_debug (NULL);
 



More information about the cvs mailing list