tomboy r2253 - in trunk: . Tomboy



Author: sharm
Date: Mon Dec 15 03:30:31 2008
New Revision: 2253
URL: http://svn.gnome.org/viewvc/tomboy?rev=2253&view=rev

Log:
* tomboy/Tomboy/RecentChanges.cs: When activating a notebook row in the
  search UI (selecting and pressing Enter, or double-clicking), create
  a new note in that notebook instead of opening the template note. 
  Fixes bug #563738.

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

Modified: trunk/Tomboy/RecentChanges.cs
==============================================================================
--- trunk/Tomboy/RecentChanges.cs	(original)
+++ trunk/Tomboy/RecentChanges.cs	Mon Dec 15 03:30:31 2008
@@ -1238,10 +1238,10 @@
 			Notebooks.NotebookManager.PromptDeleteNotebook (this, notebook);
 		}
 
-		// Open the notebook's note template when activated
+		// Create a new note in the notebook when activated
 		private void OnNotebookRowActivated (object sender, Gtk.RowActivatedArgs args)
 		{
-			OnOpenNotebookTemplateNote (sender, EventArgs.Empty);
+			OnNewNotebookNote (sender, EventArgs.Empty);
 		}
 		
 		private void OnNewNotebookNote (object sender, EventArgs args)



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