FIXME another method that just does a pass
This commit is contained in:
parent
6a9febe952
commit
05a61f802d
|
@ -188,6 +188,7 @@ class Window(Container, gtk.Window):
|
||||||
|
|
||||||
def on_hide_window(self, data):
|
def on_hide_window(self, data):
|
||||||
"""Handle a request to hide/show the window"""
|
"""Handle a request to hide/show the window"""
|
||||||
|
# FIXME: Implement or drop, or explain why its empty
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# pylint: disable-msg=W0613
|
# pylint: disable-msg=W0613
|
||||||
|
|
Loading…
Reference in New Issue