diff options
Diffstat (limited to 'mate-window-picker-applet')
-rw-r--r-- | mate-window-picker-applet/task-title.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mate-window-picker-applet/task-title.c b/mate-window-picker-applet/task-title.c index e81dfd3..2b77ffc 100644 --- a/mate-window-picker-applet/task-title.c +++ b/mate-window-picker-applet/task-title.c @@ -23,11 +23,9 @@ #include <libwnck/libwnck.h> #include <mate-panel-applet.h> -#if GTK_CHECK_VERSION (3, 0, 0) #include <math.h> #define MATE_DESKTOP_USE_UNSTABLE_API #include <libmate-desktop/mate-desktop-utils.h> -#endif #include "task-list.h" @@ -76,12 +74,8 @@ on_close_clicked (GtkButton *button, if (!WNCK_IS_WINDOW (window) || wnck_window_get_window_type (window) == WNCK_WINDOW_DESKTOP) { -#if GTK_CHECK_VERSION (3, 0, 0) mate_gdk_spawn_command_line_on_screen (gdk_screen_get_default (), -#else - gdk_spawn_command_line_on_screen (gdk_screen_get_default (), -#endif - LOGOUT, NULL); + LOGOUT, NULL); } else { |