From aaddcb0d91e9e3a525e0a30f9e6bdf4442237099 Mon Sep 17 00:00:00 2001 From: Mikhail Efremov Date: Fri, 15 Feb 2013 16:18:45 +0400 Subject: [PATCH] Remove remained USE_GTK_TOOLTIP_API. It was overlooked in the commit 1bd3d679d4591dd6689f0f7008e69d5fe8fe177e. --- panel-plugin/datetime.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/panel-plugin/datetime.c b/panel-plugin/datetime.c index 181c273..8bb1d46 100644 --- a/panel-plugin/datetime.c +++ b/panel-plugin/datetime.c @@ -695,10 +695,8 @@ static void datetime_free(XfcePanelPlugin *plugin, t_datetime *datetime) /* stop timeouts */ if (datetime->timeout_id != 0) g_source_remove(datetime->timeout_id); -#if USE_GTK_TOOLTIP_API if (datetime->tooltip_timeout_id != 0) g_source_remove(datetime->tooltip_timeout_id); -#endif /* destroy widget */ gtk_widget_destroy(datetime->button); -- 1.8.1.3