From 161977fcab84137789fdace4b785e72a16bccbc9 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 23 Jun 2012 13:07:17 +0000 Subject: adding flag for window_init_complete (used by butia plugin) --- (limited to 'TurtleArt') diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py index ed7bdc2..3ebe483 100644 --- a/TurtleArt/tawindow.py +++ b/TurtleArt/tawindow.py @@ -89,6 +89,7 @@ class TurtleArtWindow(): self._loaded_project = '' self._sharing = False self.parent = parent + self.window_init_complete = False self.turtle_canvas = turtle_canvas self.send_event = None # method to send events over the network self.gst_available = GST_AVAILABLE @@ -275,6 +276,7 @@ class TurtleArtWindow(): show=True) self.saved_pictures = [] self.block_operation = '' + self.window_init_complete = True def _get_plugin_home(self): """ Look in the execution directory """ -- cgit v0.9.1