summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-29 07:47:17 +0200
committerJasmine Hassan <[email protected]>2012-10-29 15:23:13 +0200
commite01be1188f02dd096b4ea9c1f519c4294cd492d5 (patch)
tree822f999ef3e092c9e08215750ff417c17ca5400d /src
parent7039b007c196b8733f78a213ab3be7828c7a967c (diff)
downloadmate-user-share-e01be1188f02dd096b4ea9c1f519c4294cd492d5.tar.bz2
mate-user-share-e01be1188f02dd096b4ea9c1f519c4294cd492d5.tar.xz
[obexpush] don't special case GTK <= 2.14
Since we already depend on > 3.0 in configure. https://bugzilla.gnome.org/show_bug.cgi?id=676515 http://git.gnome.org/browse/gnome-user-share/commit/?id=4b60c40dfa44382868c5b41b85368b9398c99a4a
Diffstat (limited to 'src')
-rw-r--r--src/obexpush.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/obexpush.c b/src/obexpush.c
index 2ad1adb..237ec90 100644
--- a/src/obexpush.c
+++ b/src/obexpush.c
@@ -81,15 +81,10 @@ notification_launch_action_on_file_cb (NotifyNotification *notification,
g_get_current_time (&val);
-#if GTK_CHECK_VERSION(2,14,0)
ctx = G_APP_LAUNCH_CONTEXT (gdk_app_launch_context_new ());
screen = gdk_screen_get_default ();
gdk_app_launch_context_set_screen (GDK_APP_LAUNCH_CONTEXT (ctx), screen);
gdk_app_launch_context_set_timestamp (GDK_APP_LAUNCH_CONTEXT (ctx), val.tv_sec);
-#else
- ctx = NULL;
- screen = NULL;
-#endif
/* We launch the file viewer for the file */
if (g_str_equal (action, "display") != FALSE) {