From 05a61f802d69e4ad9f6cad8341a2c07f99ec70b4 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 24 Jan 2010 13:18:50 +0000 Subject: [PATCH] FIXME another method that just does a pass --- terminatorlib/window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/window.py b/terminatorlib/window.py index 4a01df9d..0ae8c480 100755 --- a/terminatorlib/window.py +++ b/terminatorlib/window.py @@ -188,6 +188,7 @@ class Window(Container, gtk.Window): def on_hide_window(self, data): """Handle a request to hide/show the window""" + # FIXME: Implement or drop, or explain why its empty pass # pylint: disable-msg=W0613