diff options
author | raveit65 <[email protected]> | 2018-01-15 18:54:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-25 12:24:43 +0100 |
commit | 3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb (patch) | |
tree | d02e12f1be79e9430d57b33348ec70b4a0707240 /mateweather/main.c | |
parent | f8ba5b40ef9ce1f6c2b7462415ffc2fe9da931b9 (diff) | |
download | mate-applets-3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb.tar.bz2 mate-applets-3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb.tar.xz |
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
Diffstat (limited to 'mateweather/main.c')
-rw-r--r-- | mateweather/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); |