[maemo-commits] [maemo-commits] r15452 - projects/haf/trunk/hildon-desktop/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Apr 17 09:03:32 EEST 2008
Author: novo
Date: 2008-04-17 09:03:31 +0300 (Thu, 17 Apr 2008)
New Revision: 15452

Modified:
   projects/haf/trunk/hildon-desktop/src/hd-desktop.c
Log:
src/hd-desktop.c reverting accidental change


Modified: projects/haf/trunk/hildon-desktop/src/hd-desktop.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-desktop.c	2008-04-17 05:59:33 UTC (rev 15451)
+++ projects/haf/trunk/hildon-desktop/src/hd-desktop.c	2008-04-17 06:03:31 UTC (rev 15452)
@@ -1337,14 +1337,10 @@
         g_free (tmp);
       }
 
-      /* Ignore home plugins to prevent NB#83963 */
-      if (!g_ascii_strcasecmp (info->plugin_dirs[i_plugin_dir], "/usr/share/applications/hildon-home"))
-      {
-        hd_desktop_watch_dir (info->plugin_dirs[i_plugin_dir],
-                              hd_desktop_plugin_dir_changed,
-                              info->plugin_dir_monitors[i_plugin_dir], 
-                              info);
-      }
+      hd_desktop_watch_dir (info->plugin_dirs[i_plugin_dir],
+                            hd_desktop_plugin_dir_changed,
+                            info->plugin_dir_monitors[i_plugin_dir],
+                            info);
     }
 
     g_hash_table_insert (priv->containers, container_config_file, info);


More information about the maemo-commits mailing list