/*
- * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2011 Andrea Zagli <azagli@libero.it>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
gtk_entry_set_text (GTK_ENTRY (txt_utente), g_get_user_name ());
gtk_editable_select_region (GTK_EDITABLE (txt_utente), 0, -1);
+#ifdef CANNOT_CHANGE_PASSWORD
+ gtk_widget_set_no_show_all (exp_cambio, TRUE);
+ gtk_widget_set_visible (exp_cambio, FALSE);
+#endif
+
switch (gtk_dialog_run (GTK_DIALOG (diag)))
{
case GTK_RESPONSE_OK: