Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27824/src

Modified Files:
        prefs.c 
Log Message:
Fixed return value of an assertion.



Index: prefs.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/prefs.c,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -r1.285 -r1.286
--- prefs.c     10 May 2007 15:18:35 -0000      1.285
+++ prefs.c     11 May 2007 11:45:52 -0000      1.286
@@ -1192,7 +1192,7 @@
 {
     struct sub_data sub_data;
 
-    g_return_val_if_fail (prefs_table, (unlock_prefs_table(), NULL));
+    g_return_val_if_fail (prefs_table, NULL);
 
     sub_data.temp_prefs = temp_prefs_create ();
     sub_data.subkey = subkey;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to