diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index 13a59c1..937bb66 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -2554,6 +2554,8 @@ main_window *yon_main_window_complete(){ g_signal_connect(G_OBJECT(widgets->AdminPasswordCombo),"changed",G_CALLBACK(yon_password_combo_set_sensitive),widgets); g_signal_connect(G_OBJECT(widgets->RootPasswordSensitiveCheck),"toggled",G_CALLBACK(yon_password_set_sensitive_from_toggle),widgets); g_signal_connect(G_OBJECT(widgets->PasswordSensitiveCheck),"toggled",G_CALLBACK(yon_password_set_sensitive_from_toggle),widgets); + yon_gtk_entry_set_password_visibility_icon(GTK_ENTRY(widgets->PasswordEntry)); + yon_gtk_entry_set_password_visibility_icon(GTK_ENTRY(widgets->AdminPasswordEntry)); if (main_config.lock_load_global == 1){ gtk_widget_set_sensitive(widgets->LoadGlobalConfigurationMenuItem,0); diff --git a/ubinstall-gtk.glade b/ubinstall-gtk.glade index af1eee2..06918ea 100644 --- a/ubinstall-gtk.glade +++ b/ubinstall-gtk.glade @@ -2466,7 +2466,6 @@ and help you install UBLinux on your computer True False True - False ****** password