Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-02-05 21:55:10 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-02-05 21:55:10 (GMT)
commit531db966e66aa1b1c1638fc5260e49334b808e9e (patch)
tree5ed8590a892f3f9732ebd61e73f9e60c29a803dd /shell
parent820c2ba169b73513e7b353c9d76aab9cd998bc6e (diff)
Fixes dropdown history menu. Thanks a lot Carlos!
2007-02-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-navigation-action.c: (connect_proxy): Fixes dropdown history menu. Thanks a lot Carlos! svn path=/trunk/; revision=2298
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-navigation-action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-navigation-action.c b/shell/ev-navigation-action.c
index c4f6191..cbed9fb 100644
--- a/shell/ev-navigation-action.c
+++ b/shell/ev-navigation-action.c
@@ -166,7 +166,7 @@ connect_proxy (GtkAction *action, GtkWidget *proxy)
{
GtkWidget *menu;
- if (EV_IS_NAVIGATION_ACTION (proxy)) {
+ if (GTK_IS_TOOL_ITEM (proxy)) {
/* set dummy menu so the arrow gets sensitive */
menu = gtk_menu_new ();
ev_navigation_action_widget_set_menu (EV_NAVIGATION_ACTION_WIDGET (proxy), menu);