nautilus r13656 - in trunk: . libnautilus-private
- From: alexl svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r13656 - in trunk: . libnautilus-private
- Date: Mon, 28 Jan 2008 10:36:09 +0000 (GMT)
Author: alexl
Date: Mon Jan 28 10:36:09 2008
New Revision: 13656
URL: http://svn.gnome.org/viewvc/nautilus?rev=13656&view=rev
Log:
2008-01-28 Alexander Larsson <alexl redhat com>
* libnautilus-private/nautilus-metafile.c:
(escape_slashes):
Escape slashes in the same way as old versions,
fixing loss of metadata customization.
Patch from Rached Ben Mustapha (#511592)
Modified:
trunk/ChangeLog
trunk/libnautilus-private/nautilus-metafile.c
Modified: trunk/libnautilus-private/nautilus-metafile.c
==============================================================================
--- trunk/libnautilus-private/nautilus-metafile.c (original)
+++ trunk/libnautilus-private/nautilus-metafile.c Mon Jan 28 10:36:09 2008
@@ -202,7 +202,7 @@
} else if (*p == '/') {
*e++ = '%';
*e++ = '2';
- *e++ = 'f';
+ *e++ = 'F';
} else {
*e++ = *p;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]