[kupfer] plugin.notes: Activate Notes application



commit f38edc8426b2dada9404568aee98b971c02bf764
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Sat Aug 29 18:14:23 2009 +0200

    plugin.notes: Activate Notes application

 kupfer/plugin/notes.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/notes.py b/kupfer/plugin/notes.py
index fefd6c0..1fa0ca5 100644
--- a/kupfer/plugin/notes.py
+++ b/kupfer/plugin/notes.py
@@ -100,7 +100,7 @@ class CreateNote (Action):
 		Action.__init__(self, _("Create Note"))
 
 	def activate(self, leaf):
-		notes = _get_notes_interface()
+		notes = _get_notes_interface(activate=True)
 		text = leaf.object
 		# FIXME: For Gnote we have to call DisplayNote
 		# else we can't change its contents



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