tomboy r1878 - in trunk: . Tomboy
- From: btimothy svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r1878 - in trunk: . Tomboy
- Date: Fri, 22 Feb 2008 20:27:46 +0000 (GMT)
Author: btimothy
Date: Fri Feb 22 20:27:45 2008
New Revision: 1878
URL: http://svn.gnome.org/viewvc/tomboy?rev=1878&view=rev
Log:
* Tomboy/NoteManager.cs: Fixes bug #510003 by XML encoding the notebook
name before storing it in XML.
Modified:
trunk/ChangeLog
trunk/Tomboy/NoteManager.cs
Modified: trunk/Tomboy/NoteManager.cs
==============================================================================
--- trunk/Tomboy/NoteManager.cs (original)
+++ trunk/Tomboy/NoteManager.cs Fri Feb 22 20:27:45 2008
@@ -466,7 +466,7 @@
"</note-content>";
return string.Format (base_xml,
- title,
+ XmlEncoder.Encode (title),
Catalog.GetString ("Describe your new note here."));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]