tomboy r2076 - in trunk: . Tomboy



Author: sschweiz
Date: Tue Aug 12 16:49:00 2008
New Revision: 2076
URL: http://svn.gnome.org/viewvc/tomboy?rev=2076&view=rev

Log:
* Tomboy/Watchers.cs: Register for TagApplied events before spell
  checking is started. Partly fixes bug #530856.


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

Modified: trunk/Tomboy/Watchers.cs
==============================================================================
--- trunk/Tomboy/Watchers.cs	(original)
+++ trunk/Tomboy/Watchers.cs	Tue Aug 12 16:49:00 2008
@@ -294,13 +294,13 @@
 				Note.TagTable.Add (tag);
 			}
 
+			Buffer.TagApplied += TagApplied;
+
 			if (obj_ptr == IntPtr.Zero) {
 				obj_ptr = gtkspell_new_attach (Window.Editor.Handle,
 				                               null,
 				                               IntPtr.Zero);
 			}
-
-			Buffer.TagApplied += TagApplied;
 		}
 
 		void Detach ()



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