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 | |
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
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | lib/egg/egg-editable-toolbar.c | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-09-04 Marco Pesenti Gritti <marco@gnome.org> + * lib/egg/egg-editable-toolbar.c: (popup_toolbar_context_menu_cb): + + signature change in gtk + +2003-09-04 Marco Pesenti Gritti <marco@gnome.org> + * lib/widgets/ephy-node-view.c: (drag_data_received_cb): Use x,y only on drop, otherwise they are invalid. Damn 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; |