[mousetrap/gnome3-wip: 120/240] Remove FIXME comment since we don't plan to fix it :)



commit acb753933a2be791ea7bea71635e7651dabd85f0
Author: Stoney Jackson <dr stoney gmail com>
Date:   Mon Jun 23 14:15:25 2014 -0400

    Remove FIXME comment since we don't plan to fix it :)

 src/mousetrap/gui.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/mousetrap/gui.py b/src/mousetrap/gui.py
index 1ed56cf..e2b35e8 100644
--- a/src/mousetrap/gui.py
+++ b/src/mousetrap/gui.py
@@ -22,12 +22,7 @@ class ImageWindow(object):
         self._window = Gtk.Window(title=message)
         self._canvas = Gtk.Image()
         self._window.add(self._canvas)
-
-        # FIXME: Closing any window kills the application. Need a mechanism
-        # that allows windows to be openned and closed, and only kill the
-        # application when the last window is closed.
         self._window.connect("delete-event", Gtk.main_quit)
-
         self._window.show_all()
 
     def draw(self, image):


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