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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jan 7 12:11:07 EET 2008
Author: jobi
Date: 2008-01-07 12:11:05 +0200 (Mon, 07 Jan 2008)
New Revision: 15004

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-select-plugins-dialog.c
Log:

2008-01-07  Johan Bilien  <johan.bilien at nokia.com>

	* src/hd-select-plugins-dialog.c: still display the dialog
	if one of the given plugin directories does not exist.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2008-01-04 15:09:23 UTC (rev 15003)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2008-01-07 10:11:05 UTC (rev 15004)
@@ -1,3 +1,8 @@
+2008-01-07  Johan Bilien  <johan.bilien at nokia.com>
+
+	* src/hd-select-plugins-dialog.c: still display the dialog
+	if one of the given plugin directories does not exist.
+
 2008-01-02  Johan Bilien  <johan.bilien at nokia.com>
 
 	* configure.ac: 2.0.8

Modified: projects/haf/trunk/hildon-desktop/src/hd-select-plugins-dialog.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-select-plugins-dialog.c	2008-01-04 15:09:23 UTC (rev 15003)
+++ projects/haf/trunk/hildon-desktop/src/hd-select-plugins-dialog.c	2008-01-07 10:11:05 UTC (rev 15004)
@@ -158,11 +158,9 @@
 
     if (!dir)
       {
-        g_warning ("Error reading plugin directory: %s", error->message);
-
         g_error_free (error);
 
-        return NULL;
+        continue;
       }
 
     keyfile = g_key_file_new ();


More information about the maemo-commits mailing list