Update the identity with the associated services when pressing "send"
authorJavier Jardón <jjardon@gnome.org>
Thu, 26 Jan 2012 22:59:16 +0000 (22:59 +0000)
committerJavier Jardón <jjardon@gnome.org>
Thu, 26 Jan 2012 22:59:16 +0000 (22:59 +0000)
src/moonshot-identity-management-view.vala

index ecefd0a..c758ba8 100644 (file)
@@ -596,7 +596,7 @@ class IdentityManagerView : Window {
 
             identity.services = services;
 
-//            identities_manager.store_id_cards();
+            identities_manager.update_card (identity);
         }
 
         if (identity.password == null)