parent
3c1cc060a2
commit
48a970294c
13
nautilus-2.23.3-wrong-unref.patch
Normal file
13
nautilus-2.23.3-wrong-unref.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: libnautilus-private/nautilus-dnd.c
|
||||
===================================================================
|
||||
--- libnautilus-private/nautilus-dnd.c (révision 14260)
|
||||
+++ libnautilus-private/nautilus-dnd.c (copie de travail)
|
||||
@@ -422,7 +422,7 @@
|
||||
*action = GDK_ACTION_MOVE;
|
||||
}
|
||||
|
||||
- g_free (target);
|
||||
+ g_object_unref (target);
|
||||
nautilus_file_unref (dropped_file);
|
||||
nautilus_file_unref (target_file);
|
||||
return;
|
@ -20,7 +20,7 @@
|
||||
Name: nautilus
|
||||
Summary: Nautilus is a file manager for GNOME
|
||||
Version: 2.23.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
Source: http://download.gnome.org/sources/%{name}/2.23/%{name}-%{version}.tar.bz2
|
||||
@ -102,6 +102,9 @@ Patch15: nautilus-2.22.0-treeview-xds-dnd.patch
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=519743
|
||||
Patch17: nautilus-filetype-symlink-fix.patch
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=537995
|
||||
Patch18: nautilus-2.23.3-wrong-unref.patch
|
||||
|
||||
%description
|
||||
Nautilus integrates access to files, applications, media,
|
||||
Internet-based resources and the Web. Nautilus delivers a dynamic and
|
||||
@ -142,6 +145,7 @@ for writing nautilus extensions.
|
||||
%patch14 -p1 -b .default-to-asking
|
||||
%patch15 -p1 -b .xds
|
||||
%patch17 -p0 -b .symlink
|
||||
%patch18 -p0 -b .dnd-segv
|
||||
|
||||
%build
|
||||
|
||||
@ -260,6 +264,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.3-2
|
||||
- Fix DnD segfaults (#450416, #450449)
|
||||
|
||||
* Wed Jun 4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.3-1
|
||||
- Update to 2.23.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user