Skip to content

Commit

Permalink
Fixed unminimize error in groupbutton
Browse files Browse the repository at this point in the history
  • Loading branch information
salphaon authored Oct 23, 2017
1 parent 07655ac commit ab46617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockbarx/groupbutton.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def __menu_unminimize_all_windows(self, widget=None, event=None):
else:
t = 1
for window in self.get_minimized_windows():
window.unminimize(t)
window.wnck.unminimize(t)
self.popup.hide()

def __menu_change_identifier(self, widget=None, event=None):
Expand Down

0 comments on commit ab46617

Please sign in to comment.