Priit Laes' patch for C90 compliance (only the g2 portion).

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


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@10204 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/g2-gog-integ
Derek Atkins 22 years ago
parent 576018f948
commit 68672fb139

@ -1,3 +1,8 @@
2004-07-20 Derek Atkins <derek@ihtfp.com>
* lib/egg/eggtoolbar.c
Priit Laes' patch for C90 compliance (only the g2 portion).
2004-07-06 David Hampton <hampton@employees.org>
* various files: Merge in changes to HEAD from 2004-05-02

@ -2542,7 +2542,7 @@ egg_toolbar_insert_widget (EggToolbar *toolbar,
GtkWidget*
egg_toolbar_append_element (EggToolbar *toolbar,
GtkToolbarChildType type,
EggToolbarChildType type,
GtkWidget *widget,
const char *text,
const char *tooltip_text,
@ -2559,7 +2559,7 @@ egg_toolbar_append_element (EggToolbar *toolbar,
GtkWidget *
egg_toolbar_prepend_element (EggToolbar *toolbar,
GtkToolbarChildType type,
EggToolbarChildType type,
GtkWidget *widget,
const char *text,
const char *tooltip_text,

Loading…
Cancel
Save