diff options
-rw-r--r-- | timerapplet/src/timerapplet.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/timerapplet/src/timerapplet.c b/timerapplet/src/timerapplet.c index e4aee0f5..bad95ce8 100644 --- a/timerapplet/src/timerapplet.c +++ b/timerapplet/src/timerapplet.c @@ -430,13 +430,6 @@ timer_applet_fill (MatePanelApplet* applet_widget) G_CALLBACK (timer_applet_destroy), applet); -#ifdef GDK_WINDOWING_X11 - if (GDK_IS_X11_DISPLAY (gdk_display_get_default ())) - g_signal_connect_swapped (applet->applet, "button-release-event", - G_CALLBACK (timer_applet_click), - applet); - else -#endif g_signal_connect_swapped (applet->applet, "button_press_event", G_CALLBACK (timer_applet_click), applet); |