rpms/nautilus/F-9 nautilus-2.22-default-to-asking.patch, NONE, 1.1 nautilus.spec, 1.201, 1.202

David Zeuthen (davidz) fedora-extras-commits at redhat.com
Fri May 2 18:30:33 UTC 2008


Author: davidz

Update of /cvs/pkgs/rpms/nautilus/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13555

Modified Files:
	nautilus.spec 
Added Files:
	nautilus-2.22-default-to-asking.patch 
Log Message:
* Fri May  2 2008 David Zeuthen <davidz at redhat.com> - 2.22.2-7
- Default to "Ask what to do" for all actions (#444639)



nautilus-2.22-default-to-asking.patch:

--- NEW FILE nautilus-2.22-default-to-asking.patch ---
--- nautilus-2.22.2/libnautilus-private/apps_nautilus_preferences.schemas.in.orig	2008-05-02 14:05:28.000000000 -0400
+++ nautilus-2.22.2/libnautilus-private/apps_nautilus_preferences.schemas.in	2008-05-02 14:08:30.000000000 -0400
@@ -122,7 +122,7 @@
       <owner>nautilus</owner>
       <type>list</type>
       <list_type>string</list_type>
-      <default>[]</default>
+      <default>[x-content/audio-cdda,x-content/video-dvd,x-content/audio-player,x-content/image-dcf,x-content/video-vcd,x-content/video-svcd,x-content/image-picturecd,x-content/video-hddvd,x-content/audio-dvd,x-content/blank-bd,x-content/blank-cd,x-content/blank-dvd,x-content/blank-hddvd,x-content/video-bluray]</default>
       <locale name="C">
          <short>List of x-content/* types to ask the user what to do on insertion</short>
          <long>


Index: nautilus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus/F-9/nautilus.spec,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- nautilus.spec	30 Apr 2008 15:28:00 -0000	1.201
+++ nautilus.spec	2 May 2008 18:29:51 -0000	1.202
@@ -19,7 +19,7 @@
 Name:		nautilus
 Summary:        Nautilus is a file manager for GNOME
 Version: 	2.22.2
-Release:	6%{?dist}
+Release:	7%{?dist}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 Source: 	http://download.gnome.org/sources/%{name}/2.22/%{name}-%{version}.tar.bz2
@@ -99,6 +99,9 @@
 # https://bugzilla.gnome.org/show_bug.cgi?id=530720
 Patch13:	nautilus-copymove_inside_itself.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=444639
+Patch14:        nautilus-2.22-default-to-asking.patch
+
 
 %description
 Nautilus integrates access to files, applications, media,
@@ -140,6 +143,7 @@
 %patch11 -p1 -b .fix-open-folder
 %patch12 -p0 -b .cd-burner
 %patch13 -p0 -b .recurse
+%patch14 -p1 -b .default-to-asking
 
 %build
 
@@ -250,6 +254,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Fri May  2 2008 David Zeuthen <davidz at redhat.com> - 2.22.2-7
+- Default to "Ask what to do" for all actions (#444639)
+
 * Wed Apr 30 2008 Tomas Bzatek <tbzatek at redhat.com> - 2.22.2-6
 - Mask file moving to nautilus-cd-burner window as copy operation (#443944)
 - Don't allow recursive move/copy into itself (gnomebz #530720)




More information about the scm-commits mailing list