SOURCES: libgnomeui-threads.patch - merged from DEVEL

aflinta aflinta at pld-linux.org
Tue Sep 6 12:53:49 CEST 2005


Author: aflinta                      Date: Tue Sep  6 10:53:49 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- merged from DEVEL

---- Files affected:
SOURCES:
   libgnomeui-threads.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/libgnomeui-threads.patch
diff -u SOURCES/libgnomeui-threads.patch:1.2 SOURCES/libgnomeui-threads.patch:1.3
--- SOURCES/libgnomeui-threads.patch:1.2	Thu Mar 24 07:53:16 2005
+++ SOURCES/libgnomeui-threads.patch	Tue Sep  6 12:53:44 2005
@@ -1,27 +1,3 @@
---- file-chooser/gtkfilesystemgnomevfs.c.orig	Sun Mar 20 20:58:22 2005
-+++ file-chooser/gtkfilesystemgnomevfs.c	Sun Mar 20 20:59:03 2005
-@@ -2536,13 +2536,20 @@
-   GtkFileSystemGnomeVFS *system_vfs;
-   GConfValue *value;
- 
-+  GDK_THREADS_ENTER();
-+
-   system_vfs = GTK_FILE_SYSTEM_GNOME_VFS (data);
- 
-   if (strcmp (gconf_entry_get_key (entry), BOOKMARKS_KEY) != 0)
--    return;
-+    {
-+      GDK_THREADS_LEAVE();
-+      return;
-+    }
- 
-   value = gconf_entry_get_value (entry);
-   set_bookmarks_from_value (system_vfs, value, TRUE);
-+
-+  GDK_THREADS_LEAVE();
- }
- #endif
- 
 --- libgnomeui/gnome-app-helper.c.orig	Sun Mar 20 20:46:17 2005
 +++ libgnomeui/gnome-app-helper.c	Sun Mar 20 20:49:57 2005
 @@ -435,6 +435,8 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/libgnomeui-threads.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list