summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-05 10:56:01 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-05 10:56:01 +0800
commitee73188ecb34cf153591fc61a22e69f0d64941da (patch)
treed3a94ae8d5ee753ae81b1e5fd3867fabb9cb5855
parentbef54232d5b569b55ebbecba63d91fb959c325c2 (diff)
totem: further fix for previours commit
-rw-r--r--totem/plugin/ppstream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/totem/plugin/ppstream.py b/totem/plugin/ppstream.py
index 9bc81f5..38e7beb 100644
--- a/totem/plugin/ppstream.py
+++ b/totem/plugin/ppstream.py
@@ -1200,7 +1200,7 @@ class PPStream (totem.Plugin):
button = event.button
time = event.time
path = treeview.get_path_at_pos (int(event.x), int(event.y))
- if not path or selection.path_is_selected (path[0]):
+ if not path or not selection.path_is_selected (path[0]):
selection.unselect_all ()
else:
time = gtk.get_current_event_time ()