tomboy r1878 - in trunk: . Tomboy



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]