]> www.fi.muni.cz Git - evince.git/commitdiff
Fixes dropdown history menu. Thanks a lot Carlos!
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 5 Feb 2007 21:55:10 +0000 (21:55 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 5 Feb 2007 21:55:10 +0000 (21:55 +0000)
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

ChangeLog
shell/ev-navigation-action.c

index b0e1dfff5625f9ae14d811508c6232fc8b51aa01..796bf030cd464e237c781d3920dfc9cfb7e50b55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-navigation-action.c: (connect_proxy):
+       
+       Fixes dropdown history menu. Thanks a lot Carlos!
+
 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
index c4f6191773e10d59ba2ac46cf3a335a1afbabc82..cbed9fb8abd84bb946a5574c47de677b9d4e8251 100644 (file)
@@ -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);