X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=blobdiff_plain;f=src%2Fel-home-applet.c;fp=src%2Fel-home-applet.c;h=5ee08cb7b9809889a781a48f44e82c3979f92c70;hp=ab65dbc0716560fad753d3a5971f60defc4a3b5e;hb=a362bb7305d9536247b4cb03bbf0c6f0eaee799a;hpb=e44733f77f7ae4de0604c933604930d6904f848b diff --git a/src/el-home-applet.c b/src/el-home-applet.c index ab65dbc..5ee08cb 100644 --- a/src/el-home-applet.c +++ b/src/el-home-applet.c @@ -151,8 +151,8 @@ const gchar* g_module_check_init (GModule *module); const gchar* g_module_check_init (GModule *module) { - g_module_make_resident (module); - return NULL; + g_module_make_resident (module); + return NULL; } static void @@ -1832,4 +1832,3 @@ el_home_applet_class_init (ELHomeAppletClass *klass) g_type_class_add_private (klass, sizeof (ELHomeAppletPrivate)); } -