[PATCH] Replace "x-nautilus-desktop:" with EEL_DESKTOP_URI



Trivial patch

Index: fm-desktop-icon-view.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/file-manager/fm-desktop-icon-view.c,v
retrieving revision 1.218
diff -u -r1.218 fm-desktop-icon-view.c
--- fm-desktop-icon-view.c	5 Feb 2005 00:49:54 -0000	1.218
+++ fm-desktop-icon-view.c	19 Feb 2005 23:06:36 -0000
@@ -786,7 +786,7 @@
 			   GnomeVFSFileType file_type,
 			   const char *mime_type)
 {
-	if (g_str_has_prefix (uri, "x-nautilus-desktop:")) {
+	if (g_str_has_prefix (uri, EEL_DESKTOP_URI)) {
 		return TRUE;
 	}
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]