diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/downloader-view.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-06-18 Christian Persch <chpe@cvs.gnome.org> + + * embed/downloader-view.c: (status_icon_popup_menu_cb): + + Fix context menu positioning. + 2006-06-16 Wouter Bolsterlee <uws+gnome@xs4all.nl> * src/ephy-session.c: (session_command_autoresume): diff --git a/embed/downloader-view.c b/embed/downloader-view.c index 0e6066968..28c3893aa 100644 --- a/embed/downloader-view.c +++ b/embed/downloader-view.c @@ -194,7 +194,7 @@ status_icon_popup_menu_cb (GtkStatusIcon *icon, gtk_widget_show_all (menu); gtk_menu_popup (GTK_MENU (menu), NULL, NULL, - NULL /* FIXME! see bug #334573 */, NULL, + gtk_status_icon_position_menu, icon, button, time); return TRUE; |