diff options
-rw-r--r-- | www/screem/files/patch-libegg::toolbar::eggtoolbar.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/screem/files/patch-libegg::toolbar::eggtoolbar.c b/www/screem/files/patch-libegg::toolbar::eggtoolbar.c new file mode 100644 index 000000000..84d7b8158 --- /dev/null +++ b/www/screem/files/patch-libegg::toolbar::eggtoolbar.c @@ -0,0 +1,20 @@ +--- libegg/toolbar/eggtoolbar.c.orig Thu Aug 12 10:09:55 2004 ++++ libegg/toolbar/eggtoolbar.c Thu Aug 12 10:11:54 2004 +@@ -2534,7 +2534,7 @@ + + GtkWidget* + egg_toolbar_append_element (EggToolbar *toolbar, +- GtkToolbarChildType type, ++ EggToolbarChildType type, + GtkWidget *widget, + const char *text, + const char *tooltip_text, +@@ -2551,7 +2551,7 @@ + + GtkWidget * + egg_toolbar_prepend_element (EggToolbar *toolbar, +- GtkToolbarChildType type, ++ EggToolbarChildType type, + GtkWidget *widget, + const char *text, + const char *tooltip_text, |