[maemo-commits] [maemo-commits] r12844 - in projects/haf/trunk/hildon-desktop: . data src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jul 25 17:46:56 EEST 2007
Author: moimart
Date: 2007-07-25 17:46:55 +0300 (Wed, 25 Jul 2007)
New Revision: 12844

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/data/applications-menu.desktop.in
   projects/haf/trunk/hildon-desktop/src/hd-plugin-manager.c
Log:
2007-07-25  Moises Martinez  <moises.martinez at nokia.com>

        * data/applications-menu.desktop.in:
        - Changed name to localized one. Fixes: NB#64295
	* ChangeLog updated.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-25 14:32:26 UTC (rev 12843)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-25 14:46:55 UTC (rev 12844)
@@ -1,3 +1,8 @@
+2007-07-25  Moises Martinez  <moises.martinez at nokia.com>
+
+	* data/applications-menu.desktop.in:
+	- Changed name to localized one. Fixes: NB#64295
+
 2007-07-25  Johan Bilien  <johan.bilien at nokia.com>
 
 	* src/hd-home-background.[ch],

Modified: projects/haf/trunk/hildon-desktop/data/applications-menu.desktop.in
===================================================================
--- projects/haf/trunk/hildon-desktop/data/applications-menu.desktop.in	2007-07-25 14:32:26 UTC (rev 12843)
+++ projects/haf/trunk/hildon-desktop/data/applications-menu.desktop.in	2007-07-25 14:46:55 UTC (rev 12844)
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=Applications Menu
+Name=tncpa_fi_tnsb_applications
 Icon=qgn_grid_tasknavigator_others
 Type=builtin
 X-Path=applicationsmenu

Modified: projects/haf/trunk/hildon-desktop/src/hd-plugin-manager.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-plugin-manager.c	2007-07-25 14:32:26 UTC (rev 12843)
+++ projects/haf/trunk/hildon-desktop/src/hd-plugin-manager.c	2007-07-25 14:46:55 UTC (rev 12844)
@@ -263,7 +263,7 @@
     children = hildon_desktop_container_get_children (HILDON_DESKTOP_CONTAINER (container));
   else
     children = gtk_container_get_children (container);
-
+  
   /* If keeping the order, we need to temporaly remove the loaded
      plugins from the container. */
   for (iter = children; keep_order && iter; iter = g_list_next (iter))


More information about the maemo-commits mailing list