summaryrefslogtreecommitdiff
path: root/mateweather/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'mateweather/src/main.c')
-rw-r--r--mateweather/src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mateweather/src/main.c b/mateweather/src/main.c
index de8d8436..e16ef9e0 100644
--- a/mateweather/src/main.c
+++ b/mateweather/src/main.c
@@ -26,7 +26,6 @@
#include "mateweather-dialog.h"
#include "mateweather-applet.h"
-
static gboolean mateweather_applet_new(MatePanelApplet* applet, const gchar* iid, gpointer data)
{
MateWeatherApplet* gw_applet;
@@ -55,4 +54,4 @@ static gboolean mateweather_applet_factory(MatePanelApplet* applet, const gchar*
return retval;
}
-MATE_PANEL_APPLET_OUT_PROCESS_FACTORY("MateWeatherAppletFactory", PANEL_TYPE_APPLET, "mateweather", mateweather_applet_factory, NULL)
+PANEL_APPLET_FACTORY("MateWeatherAppletFactory", PANEL_TYPE_APPLET, "mateweather", mateweather_applet_factory, NULL)