Fill the selected Id Card with the introduced password
authorJavier Jardón <javier.jardon@codethink.co.uk>
Tue, 14 Jun 2011 13:08:06 +0000 (14:08 +0100)
committerJavier Jardón <javier.jardon@codethink.co.uk>
Tue, 14 Jun 2011 13:09:07 +0000 (14:09 +0100)
src/moonshot-window.vala

index b565b43..cf204fa 100644 (file)
@@ -358,6 +358,7 @@ class MainWindow : Window
 
             switch (result) {
             case ResponseType.OK:
+                selected_id_card_widget.id_card.password = dialog.password;
                 this.hide ();
                 this.callback ();
                 break;