[Gnucash-changes] Priit Laes' patch for C90 compliance (only the g2 portion).

Derek Atkins warlord at cvs.gnucash.org
Tue Jul 20 18:49:22 EDT 2004


Log Message:
-----------
Priit Laes' patch for C90 compliance (only the g2 portion).

	* lib/egg/eggtoolbar.c
	  Priit Laes' patch for C90 compliance (only the g2 portion).

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/lib/egg:
        eggtoolbar.c

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.134
retrieving revision 1.1487.2.135
diff -LChangeLog -LChangeLog -u -r1.1487.2.134 -r1.1487.2.135
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,8 @@
+2004-07-20  Derek Atkins <derek at ihtfp.com>
+
+	* lib/egg/eggtoolbar.c
+	  Priit Laes' patch for C90 compliance (only the g2 portion).
+
 2004-07-06  David Hampton  <hampton at employees.org>
 
 	* various files: Merge in changes to HEAD from 2004-05-02
Index: eggtoolbar.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/lib/egg/Attic/eggtoolbar.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Llib/egg/eggtoolbar.c -Llib/egg/eggtoolbar.c -u -r1.1.2.2 -r1.1.2.3
--- lib/egg/eggtoolbar.c
+++ lib/egg/eggtoolbar.c
@@ -2542,7 +2542,7 @@
 
 GtkWidget*
 egg_toolbar_append_element (EggToolbar          *toolbar,
-			    GtkToolbarChildType  type,
+			    EggToolbarChildType  type,
 			    GtkWidget           *widget,
 			    const char          *text,
 			    const char          *tooltip_text,
@@ -2559,7 +2559,7 @@
 
 GtkWidget *
 egg_toolbar_prepend_element (EggToolbar          *toolbar,
-			     GtkToolbarChildType  type,
+			     EggToolbarChildType  type,
 			     GtkWidget           *widget,
 			     const char          *text,
 			     const char          *tooltip_text,


More information about the gnucash-changes mailing list