tomboy r1741 - in trunk: . Tomboy



Author: sharm
Date: Mon Jan  7 08:50:09 2008
New Revision: 1741
URL: http://svn.gnome.org/viewvc/tomboy?rev=1741&view=rev

Log:
* Tomboy/NoteManager.cs: Don't need "Tagging In Tomboy" note anymore,
  though maybe "Notebooks In Tomboy" would be useful.

Modified:
   trunk/ChangeLog
   trunk/Tomboy/NoteManager.cs

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Mon Jan  7 08:50:09 2008
@@ -1,3 +1,8 @@
+2008-01-07  Sandy Armstrong <sanfordarmstrong gmail com> 
+
+	* Tomboy/NoteManager.cs: Don't need "Tagging In Tomboy" note anymore, though
+	  maybe "Notebooks In Tomboy" would be useful.
+
 2008-01-06  Sandy Armstrong <sanfordarmstrong gmail com> 
 
 	* Tomboy/PreferencesDialog.cs: Fix compilation error when gtk+ < 2.10.

Modified: trunk/Tomboy/NoteManager.cs
==============================================================================
--- trunk/Tomboy/NoteManager.cs	(original)
+++ trunk/Tomboy/NoteManager.cs	Mon Jan  7 08:50:09 2008
@@ -164,15 +164,6 @@
 			                           "Also, if you type the name of another note in your " +
 			                           "current note, it will automatically be linked for you." +
 			                           "</note-content>");
-			
-			string tags_note_content = Catalog.GetString ("<note-content>"+
-			                                              "Tagging In Tomboy\n\n"+
-			                                              "Notes can be tagged with the tag bar "+
-			                                              "at the bottom of the note screen. "+
-			                                              "Pressing <bold>Tab</bold> in the tag bar will "+
-			                                              "autocomplete the nearest tag. To confirm the displayed tag "+
-			                                              "press <bold>Enter</bold>."+
-			                                              "</note-content>");
 
 			try {
 				Note start_note = Create (Catalog.GetString ("Start Here"),
@@ -183,9 +174,7 @@
 				Note links_note = Create (Catalog.GetString ("Using Links in Tomboy"),
 				                          links_note_content);
 				links_note.QueueSave (true);
-				
-				Note tag_note = Create (Catalog.GetString ("Tags in Tomboy"),tags_note_content);
-				tag_note.QueueSave(true);
+
 				start_note.Window.Show ();
 			} catch (Exception e) {
 				Logger.Warn ("Error creating start notes: {0}\n{1}",



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