diff options
Diffstat (limited to 'mateweather/main.c')
-rw-r--r-- | mateweather/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mateweather/main.c b/mateweather/main.c index de8d8436..e59665f1 100644 --- a/mateweather/main.c +++ b/mateweather/main.c @@ -35,6 +35,9 @@ 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); |