[gnome-boxes/gnome-3-22] unattended-setup-box: Remove redundant code



commit 707a2a122bf9ae497a77ada3ae2429b836034719
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Jan 24 17:35:23 2017 +0100

    unattended-setup-box: Remove redundant code
    
    Fallout from ae21e562515ab60d3279f182313e9a6c7be53abd
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777788

 src/unattended-setup-box.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/unattended-setup-box.vala b/src/unattended-setup-box.vala
index b1ae8e9..b5d6967 100644
--- a/src/unattended-setup-box.vala
+++ b/src/unattended-setup-box.vala
@@ -114,7 +114,6 @@ private class Boxes.UnattendedSetupBox : Gtk.Box {
 
             set_entry_text_from_key (username_entry, USERNAME_KEY, Environment.get_user_name ());
             set_entry_text_from_key (password_entry, PASSWORD_KEY);
-            set_entry_text_from_key (password_entry, PASSWORD_KEY);
             if (password != "")
                 password_notebook.next_page ();
             set_entry_text_from_key (product_key_entry, PRODUCTKEY_KEY);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]