diff options
-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; |