Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/annoactivity.py
diff options
context:
space:
mode:
authorAndi_G <andigros72@googlemail.com>2011-09-05 13:41:09 (GMT)
committer Andi_G <andigros72@googlemail.com>2011-09-05 13:41:09 (GMT)
commit718db2a5d8a5641e2b8455155e05e289ebda160d (patch)
tree5bb577cfd760b9cbfd86d76fb68378808d1169ef /annoactivity.py
parent820a2c77b8e7430a332301fff8c84f8362f6323b (diff)
modified remote annotation deletion
Diffstat (limited to 'annoactivity.py')
-rw-r--r--annoactivity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/annoactivity.py b/annoactivity.py
index 25a9f8f..bee5ab2 100644
--- a/annoactivity.py
+++ b/annoactivity.py
@@ -563,8 +563,6 @@ class AnnoActivity(activity.Activity):
page = self._view.get_current_page()
if self._annotator.props.active:
self._sidebar.add_annotation(page)
- else:
- self._sidebar.del_annotation(page)
def __annotator_syncer_toggled_cb(self, button):
self._sidebar.sync_annotations()