[maemo-commits] [maemo-commits] r13829 - in projects/haf/trunk/hildon-home-webshortcut: . plugin

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 17 10:49:47 EEST 2007
Author: jobi
Date: 2007-09-17 10:49:46 +0300 (Mon, 17 Sep 2007)
New Revision: 13829

Modified:
   projects/haf/trunk/hildon-home-webshortcut/ChangeLog
   projects/haf/trunk/hildon-home-webshortcut/plugin/hhws-background.c
Log:

2007-09-13  Johan Bilien  <johan.bilien at nokia.com>

	* plugin/hws-background.c: the cache entry in gconf
	is not mandatory.
	* configure.ac: 1.9.9



Modified: projects/haf/trunk/hildon-home-webshortcut/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/ChangeLog	2007-09-17 07:37:16 UTC (rev 13828)
+++ projects/haf/trunk/hildon-home-webshortcut/ChangeLog	2007-09-17 07:49:46 UTC (rev 13829)
@@ -1,5 +1,11 @@
 2007-09-13  Johan Bilien  <johan.bilien at nokia.com>
 
+	* plugin/hws-background.c: the cache entry in gconf
+	is not mandatory.
+	* configure.ac: 1.9.9
+
+2007-09-13  Johan Bilien  <johan.bilien at nokia.com>
+
 	* configure.ac: 1.9.8
 
 2007-09-13  Johan Bilien  <johan.bilien at nokia.com>

Modified: projects/haf/trunk/hildon-home-webshortcut/plugin/hhws-background.c
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/plugin/hhws-background.c	2007-09-17 07:37:16 UTC (rev 13828)
+++ projects/haf/trunk/hildon-home-webshortcut/plugin/hhws-background.c	2007-09-17 07:49:46 UTC (rev 13829)
@@ -193,7 +193,8 @@
   cache = gconf_client_get_string (client,
                                    HHWS_GCONF_IMAGE_CACHE,
                                    &local_error);
-  if (!cache || local_error) goto error;
+  if (!cache || local_error)
+    cache = g_strdup ("");
 
   g_object_set (background,
                 "filename", filename,


More information about the maemo-commits mailing list