From deb935aa0836a261cd4d67afc912c92f218a17f3 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 25 May 2013 21:12:51 +0000 Subject: fix problem with opening Journal objects --- (limited to 'TurtleArt/tautils.py') diff --git a/TurtleArt/tautils.py b/TurtleArt/tautils.py index ff9ae7e..345fb22 100644 --- a/TurtleArt/tautils.py +++ b/TurtleArt/tautils.py @@ -341,13 +341,8 @@ def chooser_dialog(parent_window, filter, action): if cleanup_needed: chooser.destroy() del chooser + gobject.idle_add(action, dsobject) - gobject.idle_add(_take_action, action, dsobject) - -def _take_action(action, dsobject): - action(dsobject) - if dsobject is not None: - dsobject.destroy() def data_from_file(ta_file): ''' Open the .ta file, ignoring any .png file that might be present. ''' -- cgit v0.9.1