diff options
Diffstat (limited to 'graphics/mirage/files/patch-mirage.py')
| -rw-r--r-- | graphics/mirage/files/patch-mirage.py | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/mirage/files/patch-mirage.py b/graphics/mirage/files/patch-mirage.py deleted file mode 100644 index 243324d416a3..000000000000 --- a/graphics/mirage/files/patch-mirage.py +++ /dev/null @@ -1,31 +0,0 @@ ---- mirage.py.orig 2011-02-13 22:40:05 UTC -+++ mirage.py -@@ -71,7 +71,7 @@ class Base: - - def __init__(self): - -- gtk.gdk.threads_init() -+ #gtk.gdk.threads_init() - - # FIX THIS! Does not work on windows and what happens if mo-files exists - # in both dirs? -@@ -841,9 +841,7 @@ class Base: - self.thumbpane_bottom_coord_loaded = bottom_coord - # update images: - if not self.thumbpane_updating: -- thread = threading.Thread(target=self.thumbpane_update_pending_images, args=(force_upto_imgnum, None)) -- thread.setDaemon(True) -- thread.start() -+ self.thumbpane_update_pending_images(force_upto_imgnum, None) - - def thumbpane_create_dir(self): - if not os.path.exists(os.path.expanduser('~/.thumbnails/')): -@@ -4579,6 +4577,6 @@ class Base: - - if __name__ == "__main__": - base = Base() -- gtk.gdk.threads_enter() -+ #gtk.gdk.threads_enter() - base.main() -- gtk.gdk.threads_leave() -+ #gtk.gdk.threads_leave() |
