diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-09-04 22:00:03 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-04 22:00:03 +0800 |
commit | 4fd122fc251cf062675385259d28af549de75979 (patch) | |
tree | ea2104edc40bf25d8ded8ffb94836e2415cb75f0 /lib/egg/egg-editable-toolbar.c | |
parent | d7e10b81a7d8b2cef33a902d9f672e774b672aa8 (diff) | |
download | gsoc2013-epiphany-4fd122fc251cf062675385259d28af549de75979.tar gsoc2013-epiphany-4fd122fc251cf062675385259d28af549de75979.tar.gz gsoc2013-epiphany-4fd122fc251cf062675385259d28af549de75979.tar.bz2 gsoc2013-epiphany-4fd122fc251cf062675385259d28af549de75979.tar.lz gsoc2013-epiphany-4fd122fc251cf062675385259d28af549de75979.tar.xz gsoc2013-epiphany-4fd122fc251cf062675385259d28af549de75979.tar.zst gsoc2013-epiphany-4fd122fc251cf062675385259d28af549de75979.zip |
signature change in gtk
2003-09-04 Marco Pesenti Gritti <marco@gnome.org>
* lib/egg/egg-editable-toolbar.c: (popup_toolbar_context_menu_cb):
signature change in gtk
Diffstat (limited to 'lib/egg/egg-editable-toolbar.c')
-rwxr-xr-x | lib/egg/egg-editable-toolbar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c index 2a3db3e49..85537c9bd 100755 --- a/lib/egg/egg-editable-toolbar.c +++ b/lib/egg/egg-editable-toolbar.c @@ -262,6 +262,9 @@ remove_toolbar_cb (GtkWidget *menuitem, static void popup_toolbar_context_menu_cb (GtkWidget *toolbar, + gint x, + gint y, + gint button_number, EggEditableToolbar *t) { GtkWidget *menu; |