From 83944035486cffee2ce822c311d0b53036cf1ece Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 29 Jul 2007 13:26:01 +0000 Subject: s/gtk/gdk svn path=/trunk/; revision=2589 --- (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index f5a7bf4..7f928a5 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -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; -- cgit v0.9.1