aboutsummaryrefslogtreecommitdiffstats
path: root/embed/downloader-view.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-06-19 02:19:02 +0800
committerChristian Persch <chpe@src.gnome.org>2006-06-19 02:19:02 +0800
commit0db1af2c76d4cae33992f82a1736f6ed743b7dc1 (patch)
tree99030bf3eeae167de11e4506c4ebea10e841e4fc /embed/downloader-view.c
parente0494e2363023c5468a3d629429a4c18d796809e (diff)
downloadgsoc2013-epiphany-0db1af2c76d4cae33992f82a1736f6ed743b7dc1.tar
gsoc2013-epiphany-0db1af2c76d4cae33992f82a1736f6ed743b7dc1.tar.gz
gsoc2013-epiphany-0db1af2c76d4cae33992f82a1736f6ed743b7dc1.tar.bz2
gsoc2013-epiphany-0db1af2c76d4cae33992f82a1736f6ed743b7dc1.tar.lz
gsoc2013-epiphany-0db1af2c76d4cae33992f82a1736f6ed743b7dc1.tar.xz
gsoc2013-epiphany-0db1af2c76d4cae33992f82a1736f6ed743b7dc1.tar.zst
gsoc2013-epiphany-0db1af2c76d4cae33992f82a1736f6ed743b7dc1.zip
Fix context menu positioning.
2006-06-18 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (status_icon_popup_menu_cb): Fix context menu positioning.
Diffstat (limited to 'embed/downloader-view.c')
-rw-r--r--embed/downloader-view.c2
1 files changed, 1 insertions, 1 deletions
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;