]> www.fi.muni.cz Git - evince.git/commitdiff
s/gtk/gdk
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 29 Jul 2007 13:26:01 +0000 (13:26 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 29 Jul 2007 13:26:01 +0000 (13:26 +0000)
svn path=/trunk/; revision=2589

shell/ev-window.c

index f5a7bf4eed95c0549794a8824eb5de2d8d3f7287..7f928a5f1bbe5665c0b5736a82b042724baaa1d6 100644 (file)
@@ -5163,12 +5163,12 @@ ev_window_init (EvWindow *ev_window)
        }
        
 #ifdef HAVE_GTK_RECENT
-#if GTK_CHECK_VERSION (2, 11, 4)
+#if GTK_CHECK_VERSION(2,11,4)
        ev_window->priv->recent_manager = gtk_recent_manager_get_default ();
 #else
        /* It's fine to just use the one of the default screen here */
        ev_window->priv->recent_manager = gtk_recent_manager_get_for_screen (
-               gtk_screen_get_default ());
+               gdk_screen_get_default ());
 #endif
        ev_window->priv->recent_action_group = NULL;
        ev_window->priv->recent_ui_id = 0;