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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jun 28 15:43:33 EEST 2007
Author: jobi
Date: 2007-06-28 15:43:31 +0300 (Thu, 28 Jun 2007)
New Revision: 12536

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-home-window.c
Log:

2007-06-28  Johan Bilien  <johan.bilien at nokia.com>

	* src/hd-home-window.c:
	- fixed access to wrong GError in case of flash full.
	Fixes: NB#61983



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-28 12:36:29 UTC (rev 12535)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-28 12:43:31 UTC (rev 12536)
@@ -1,5 +1,11 @@
 2007-06-28  Johan Bilien  <johan.bilien at nokia.com>
 
+	* src/hd-home-window.c:
+	- fixed access to wrong GError in case of flash full.
+	Fixes: NB#61983
+
+2007-06-28  Johan Bilien  <johan.bilien at nokia.com>
+
 	* src/hd-home-background.[ch]:
 	- added hd_home_background_cancel
 	- if background was cancelled, return from the callback immediately

Modified: projects/haf/trunk/hildon-desktop/src/hd-home-window.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-home-window.c	2007-06-28 12:36:29 UTC (rev 12535)
+++ projects/haf/trunk/hildon-desktop/src/hd-home-window.c	2007-06-28 12:43:31 UTC (rev 12536)
@@ -752,7 +752,7 @@
     {
       g_warning ("Error when saving background settings to %s: %s",
                  conffile,
-                 error->message);
+                 save_error->message);
       g_error_free (save_error);
     }
 


More information about the maemo-commits mailing list