subversion | 7 Jan 2008 11:11
Favicon

r15004 - in projects/haf/trunk/hildon-desktop: . src

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@...>

	* 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)
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2008-01-07  Johan Bilien  <johan.bilien@...>
+
+	* 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@...>

 	* 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)
 <at>  <at>  -158,11 +158,9  <at>  <at> 

     if (!dir)
       {
-        g_warning ("Error reading plugin directory: %s", error->message);
-
         g_error_free (error);

-        return NULL;
+        continue;
       }

     keyfile = g_key_file_new ();

Gmane