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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jul 27 13:49:29 EEST 2007
Author: lucasr
Date: 2007-07-27 13:49:28 +0300 (Fri, 27 Jul 2007)
New Revision: 12871

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-desktop.c
Log:
2007-07-27  Lucas Rocha  <lucas.rocha at nokia.com>

	* src/hd-desktop.c (hd_desktop_init): do not abord if it's not
	possible to create the user configuration directory.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-27 08:34:17 UTC (rev 12870)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-27 10:49:28 UTC (rev 12871)
@@ -1,5 +1,10 @@
 2007-07-27  Lucas Rocha  <lucas.rocha at nokia.com>
 
+	* src/hd-desktop.c (hd_desktop_init): do not abord if it's not
+	possible to create the user configuration directory.
+
+2007-07-27  Lucas Rocha  <lucas.rocha at nokia.com>
+
 	* src/hd-applications-menu.c (hd_applications_menu_create_menu,
 	hd_applications_menu_categories_motion_notify): make the categories
 	pane behave like normal menus by activating menu items when the

Modified: projects/haf/trunk/hildon-desktop/src/hd-desktop.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-desktop.c	2007-07-27 08:34:17 UTC (rev 12870)
+++ projects/haf/trunk/hildon-desktop/src/hd-desktop.c	2007-07-27 10:49:28 UTC (rev 12871)
@@ -1519,7 +1519,7 @@
 
   if (g_mkdir_with_parents (user_conf_dir, 0755) < 0)
   {
-    g_error ("Error on creating desktop user configuration directory");
+    g_critical ("Error on creating desktop user configuration directory");
   }
 
   env_config_file = getenv ("HILDON_DESKTOP_CONFIG_FILE");


More information about the maemo-commits mailing list