Always toggle select mode after remove all

This commit is contained in:
Bilal Elmoussaoui 2016-06-05 12:38:32 +02:00
parent f69bd36d50
commit 7ffc7a4e0a

View file

@ -167,8 +167,7 @@ class Window(Gtk.ApplicationWindow):
self.list_box.remove(row)
self.list_box.unselect_all()
confirmation.destroy()
if self.app.auth.count() == 0:
self.toggle_select()
self.toggle_select()
self.refresh_window()
def generate_login_form(self):