rpms/nautilus/F-11 nautilus-properties-ui-crash.patch, NONE, 1.1 nautilus.spec, 1.273, 1.274

Tomas Bzatek tbzatek at fedoraproject.org
Fri Sep 18 11:24:17 UTC 2009


Author: tbzatek

Update of /cvs/extras/rpms/nautilus/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31850

Modified Files:
	nautilus.spec 
Added Files:
	nautilus-properties-ui-crash.patch 
Log Message:
* Fri Sep 18 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.26.3-3
- Make nautilus-file-management-properties not crash on start (#523749)


nautilus-properties-ui-crash.patch:
 nautilus-file-management-properties.ui |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE nautilus-properties-ui-crash.patch ---
>From bf6bfde36bcadf43a39fb095650b7fc78741d62a Mon Sep 17 00:00:00 2001
From: Matthias Clasen <mclasen at redhat.com>
Date: Thu, 27 Aug 2009 00:05:28 +0000
Subject: Fix a duplicate id in a .ui file

This caused nautilus-file-management-properties to crash.
---
diff --git a/src/nautilus-file-management-properties.ui b/src/nautilus-file-management-properties.ui
index eae16d1..c4fb6ee 100644
--- a/src/nautilus-file-management-properties.ui
+++ b/src/nautilus-file-management-properties.ui
@@ -1128,7 +1128,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkLabel" id="label">
+                              <object class="GtkLabel" id="label99">
                                 <property name="height_request">6</property>
                                 <property name="visible">True</property>
                                 <property name="label" translatable="yes"/>
--
cgit v0.8.2


Index: nautilus.spec
===================================================================
RCS file: /cvs/extras/rpms/nautilus/F-11/nautilus.spec,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -p -r1.273 -r1.274
--- nautilus.spec	3 Aug 2009 13:08:16 -0000	1.273
+++ nautilus.spec	18 Sep 2009 11:24:15 -0000	1.274
@@ -16,7 +16,7 @@
 Name:		nautilus
 Summary:        File manager for GNOME
 Version: 	2.26.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 Source: 	http://download.gnome.org/sources/%{name}/2.26/%{name}-%{version}.tar.bz2
@@ -91,6 +91,10 @@ Patch17:	nautilus-filetype-symlink-fix.p
 # https://bugzilla.redhat.com/show_bug.cgi?id=505919
 Patch18:	nautilus-2.27.2-dark-text-on-dark-bg.patch
 
+# Nautilus Edit > Preferences menu (nautilus-file-management-properties) not opening
+# https://bugzilla.redhat.com/show_bug.cgi?id=523749
+Patch19:	nautilus-properties-ui-crash.patch
+
 %description
 Nautilus is the file manager and graphical shell for the GNOME desktop
 that makes it easy to manage your files and the rest of your system.
@@ -129,6 +133,7 @@ for developing nautilus extensions.
 %patch10 -p1 -b .gvfs-desktop-key
 %patch17 -p0 -b .symlink
 %patch18 -p1 -b .dark-text
+%patch19 -p1 -b .ui-dup-id
 
 %build
 
@@ -266,6 +271,9 @@ fi
 
 
 %changelog
+* Fri Sep 18 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.26.3-3
+- Make nautilus-file-management-properties not crash on start (#523749)
+
 * Mon Aug  3 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.26.3-2
 - Fix incorrect text color in compact view (#505919)
 




More information about the fedora-extras-commits mailing list