]> saetta.ns0.it Git - zakauthe/plugins/smbldap/commitdiff
Added proprocessor variable CANNOT_CHANGE_PASSWORD that disable the ability to change...
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Tue, 7 Jun 2011 15:56:00 +0000 (17:56 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Tue, 7 Jun 2011 15:56:00 +0000 (17:56 +0200)
src/aute_smbldap.c

index b97b00986388ca99c3d699e8e25c4d7032588342..bfcfb69b7d7df2d342afa0ddba9267d5cf442660 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -928,6 +928,11 @@ gchar
        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: