hamster-applet r613 - trunk/hamster



Author: tbaugis
Date: Thu Oct 30 06:39:34 2008
New Revision: 613
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=613&view=rev

Log:
auto-completing words inline. partially fixes bug 558097

Modified:
   trunk/hamster/applet.py

Modified: trunk/hamster/applet.py
==============================================================================
--- trunk/hamster/applet.py	(original)
+++ trunk/hamster/applet.py	Thu Oct 30 06:39:34 2008
@@ -198,6 +198,8 @@
         completion.set_model(self.activities)
         completion.set_text_column(0)
         completion.set_minimum_key_length(1)
+        completion.set_inline_completion(True)
+
         category_cell = CategoryCell()  
         completion.pack_start(category_cell, False)
         completion.add_attribute(category_cell, 'text', 1)



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