Exit when there are no outstanding authentication requests
authorJavier Jardón <jjardon@gnome.org>
Thu, 26 Jan 2012 22:38:26 +0000 (22:38 +0000)
committerJavier Jardón <jjardon@gnome.org>
Thu, 26 Jan 2012 22:38:26 +0000 (22:38 +0000)
src/moonshot-identity-management-view.vala

index beb6930..ecefd0a 100644 (file)
@@ -618,7 +618,7 @@ class IdentityManagerView : Window {
         }
 
         if (this.request_queue.is_empty())
-            this.hide ();
+            Gtk.main_quit ();
 
         if (identity != null)
             this.default_id_card = identity;