diff options
author | monsta <[email protected]> | 2016-11-23 18:15:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 18:15:54 +0300 |
commit | ae5f4711a21508a70d7123dbc0efb610af1289a2 (patch) | |
tree | 54d4a9de3b092aa772ed8799fcf30e11e19ff93f /shell/ev-application.c | |
parent | 7884bbe50fe8b8c26e68b8077c18047861c2dd0c (diff) | |
download | atril-ae5f4711a21508a70d7123dbc0efb610af1289a2.tar.bz2 atril-ae5f4711a21508a70d7123dbc0efb610af1289a2.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require caja >= 1.17.1
Diffstat (limited to 'shell/ev-application.c')
-rw-r--r-- | shell/ev-application.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/ev-application.c b/shell/ev-application.c index c1bf42f5..b27ee512 100644 --- a/shell/ev-application.c +++ b/shell/ev-application.c @@ -269,12 +269,7 @@ ev_spawn (const char *uri, GList uri_list; GList *uris = NULL; -#if GTK_CHECK_VERSION (3, 0, 0) ctx = gdk_display_get_app_launch_context (gdk_screen_get_display (screen)); -#else - ctx = gdk_app_launch_context_new (); - gdk_app_launch_context_set_display (ctx, gdk_screen_get_display (screen)); -#endif gdk_app_launch_context_set_screen (ctx, screen); gdk_app_launch_context_set_timestamp (ctx, timestamp); |