rpms/nautilus/devel nautilus-2.13-format.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 13 17:11:17 UTC 2005


Author: alexl

Update of /cvs/dist/rpms/nautilus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3042

Modified Files:
	nautilus-2.13-format.patch 
Log Message:
Update


nautilus-2.13-format.patch:
 fm-directory-view.c |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

Index: nautilus-2.13-format.patch
===================================================================
RCS file: /cvs/dist/rpms/nautilus/devel/nautilus-2.13-format.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nautilus-2.13-format.patch	2 Dec 2005 14:06:40 -0000	1.1
+++ nautilus-2.13-format.patch	13 Dec 2005 17:11:12 -0000	1.2
@@ -1,15 +1,20 @@
---- nautilus-2.13.2/src/file-manager/fm-directory-view.c.format	2005-12-02 08:41:23.000000000 -0500
-+++ nautilus-2.13.2/src/file-manager/fm-directory-view.c	2005-12-02 08:46:44.000000000 -0500
-@@ -5864,6 +5864,8 @@
- 	NautilusFile *file;
+Index: src/file-manager/fm-directory-view.c
+===================================================================
+RCS file: /cvs/gnome/nautilus/src/file-manager/fm-directory-view.c,v
+retrieving revision 1.727
+diff -u -p -r1.727 fm-directory-view.c
+--- src/file-manager/fm-directory-view.c	12 Dec 2005 16:59:11 -0000	1.727
++++ src/file-manager/fm-directory-view.c	13 Dec 2005 17:10:16 -0000
+@@ -6192,6 +6192,8 @@ action_format_volume_callback (GtkAction
  	GList *selection, *l;
  	GnomeVFSDrive *drive;
+ 	FMDirectoryView *view;
 +        char *device_path;
 +        char *cmdline;
- 	FMDirectoryView *view;
  
          view = FM_DIRECTORY_VIEW (data);
-@@ -5874,9 +5876,16 @@
+ 	
+@@ -6201,9 +6203,16 @@ action_format_volume_callback (GtkAction
  
  		if (nautilus_file_has_drive (file)) {
  			drive = nautilus_file_get_drive (file);
@@ -27,7 +32,7 @@
  		}
  	}	
  	nautilus_file_list_free (selection);
-@@ -6607,16 +6616,18 @@
+@@ -6944,15 +6953,17 @@ file_should_show_foreach (NautilusFile *
  	} else if (nautilus_file_has_drive (file)) {
  		drive = nautilus_file_get_drive (file);
  		*show_eject = eject_for_type (gnome_vfs_drive_get_device_type (drive));
@@ -42,12 +47,11 @@
 +			*show_format = FALSE;
  		} else {
  			*show_mount = TRUE;
- 		}
+-		}
 -
 -                if (gnome_vfs_drive_get_device_type (drive) == GNOME_VFS_DEVICE_TYPE_FLOPPY &&
 -		    g_find_program_in_path ("gfloppy")) {
 -			*show_format = TRUE;
--		}
+ 		}
  	} else if (nautilus_file_is_nautilus_link (file)) {
  		uri = nautilus_file_get_activation_uri (file);
- 		if (uri != NULL &&




More information about the fedora-cvs-commits mailing list