Update libwnck "active-window-changed" callback due to API changes
This commit is contained in:
@@ -101,6 +101,6 @@ class EventArea(gobject.GObject):
|
||||
for window in self._windows:
|
||||
window.hide()
|
||||
|
||||
def _active_window_changed_cb(self, screen):
|
||||
def _active_window_changed_cb(self, screen, previous_window=None):
|
||||
for window in self._windows:
|
||||
window.window.raise_()
|
||||
|
||||
Reference in New Issue
Block a user