Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sourceview_editor.py
diff options
context:
space:
mode:
authorolpc user <olpc@localhost.localdomain>2010-03-12 18:26:55 (GMT)
committer olpc user <olpc@localhost.localdomain>2010-03-12 18:26:55 (GMT)
commit67ab4c91318f334260af00e971517340a3cb5685 (patch)
treef578cc1bb85bc5a5bd9dea1c447d41c46f68170f /sourceview_editor.py
parent44d457039c07bfefa6276f417ec92ad872bd67a0 (diff)
time to start solidifying features
Diffstat (limited to 'sourceview_editor.py')
-rw-r--r--sourceview_editor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sourceview_editor.py b/sourceview_editor.py
index 92ca4e4..9fd0ac6 100644
--- a/sourceview_editor.py
+++ b/sourceview_editor.py
@@ -417,6 +417,7 @@ class GtkSourceview2Page(SearchablePage):
self.fullPath = fullPath
self.activity = activity
+ self.interactive_close = False
self.text_buffer = gtksourceview2.Buffer()
self.text_view = gtksourceview2.View(self.text_buffer)