deskbar-applet r2209 - in trunk: . deskbar/core



Author: sebp
Date: Thu Jun 12 10:33:58 2008
New Revision: 2209
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2209&view=rev

Log:
Fixed bug #537694: Search history broken

Modified:
   trunk/ChangeLog
   trunk/deskbar/core/DeskbarHistory.py

Modified: trunk/deskbar/core/DeskbarHistory.py
==============================================================================
--- trunk/deskbar/core/DeskbarHistory.py	(original)
+++ trunk/deskbar/core/DeskbarHistory.py	Thu Jun 12 10:33:58 2008
@@ -151,7 +151,7 @@
         """
         save = []
         for timestamp, text, action in self:
-            if isinstance(action, ChooseFromHistoryAction):
+            if not isinstance(action, ChooseFromHistoryAction):
                 save.append((timestamp, text, action))
         
         try:



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