From 3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 15 Jan 2018 18:54:04 +0100 Subject: Revert "Added logic to not send notification if weather update is equal (as decided by weather_info_equal ()) to the previous update" This reverts commit 109a7fa77bb4745524eca8a0735b210b55b81fe0. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51 --- mateweather/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mateweather/main.c') diff --git a/mateweather/main.c b/mateweather/main.c index e59665f1..de8d8436 100644 --- a/mateweather/main.c +++ b/mateweather/main.c @@ -35,9 +35,6 @@ static gboolean mateweather_applet_new(MatePanelApplet* applet, const gchar* iid gw_applet->applet = applet; gw_applet->mateweather_info = NULL; -#ifdef HAVE_LIBNOTIFY - gw_applet->mateweather_previnfo = NULL; -#endif gw_applet->settings = mate_panel_applet_settings_new (applet, "org.mate.weather"); mateweather_applet_create(gw_applet); -- cgit v1.2.1