diff --git a/src/stevedore.py b/src/stevedore.py index cd7c0fa..6625df8 100644 --- a/src/stevedore.py +++ b/src/stevedore.py @@ -252,8 +252,9 @@ class MainWindow(Gtk.Application): else: popup = self.ui_manager.get_widget('/ContainerStoppedPopup') - popup.popup(None, None, None, None, event.button, event.time) - return True + popup.popup(None, None, None, None, event.button, event.time) + + return True def on_container_view_selection_changed(self, selection): """ @@ -300,9 +301,6 @@ class MainWindow(Gtk.Application): delete_container_button.set_sensitive(False) - - - # run main loop def main(): main_window = MainWindow()