74fb81ab33
* Prevent files from being moved to versioning recursively * Return first FTP parsing error when trying multiple variants * Allow file times from the future for Linux-style FTP listing OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=76
14 lines
640 B
Diff
14 lines
640 B
Diff
Index: FreeFileSync-13.2/FreeFileSync/Source/base/icon_loader.cpp
|
|
===================================================================
|
|
--- FreeFileSync-13.2.orig/FreeFileSync/Source/base/icon_loader.cpp
|
|
+++ FreeFileSync-13.2/FreeFileSync/Source/base/icon_loader.cpp
|
|
@@ -227,7 +227,7 @@ FileIconHolder fff::getFileIcon(const Zs
|
|
//the remaining icon types won't block!
|
|
assert(GDK_IS_PIXBUF(gicon) || G_IS_THEMED_ICON(gicon) || G_IS_EMBLEMED_ICON(gicon));
|
|
|
|
- ::g_object_ref(gicon); //pass ownership
|
|
+ //::g_object_ref(gicon); //pass ownership
|
|
return FileIconHolder(gicon, maxSize); //
|
|
|
|
}
|