Implemented service removal
authorAlberto Ruiz <aruiz@gnome.org>
Fri, 8 Jul 2011 17:09:45 +0000 (18:09 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Fri, 8 Jul 2011 17:09:45 +0000 (18:09 +0100)
src/moonshot-window.vala

index 92034e7..2000c7d 100644 (file)
@@ -161,6 +161,7 @@ class MainWindow : Window
        foreach (var hbox in children)
            hbox.destroy();
        fill_services_vbox (id_card_widget.id_card);
+       identities_manager.store_id_cards();
     }
 
     private void show_details (IdCard id_card)
@@ -469,6 +470,7 @@ class MainWindow : Window
                   hbox.destroy();
                 
                 fill_services_vbox (id_card);
+                
               }
               
             });