Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-04-04 20:44:57 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-04-04 20:44:57 (GMT)
commit64c87348811effa3aefc44df198b4764f3d6f66f (patch)
tree2a6ce116d5049ae87b5e0d529a9fe4240f10b09b
parent9ab1d5dd3abdc7a5e7d143e21e19c5307cdf2228 (diff)
add strip to remove spaces in w
-rw-r--r--canvas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/canvas.py b/canvas.py
index 97bd1c2..a040d08 100644
--- a/canvas.py
+++ b/canvas.py
@@ -229,6 +229,7 @@ class List(gtk.TreeView):
global match_dict
match_dict = {}
w = str(self.w)
+ w = w.strip()
_id = -1
for iter in ITERS:
self._model.remove(iter)