r21296: remove the session specific encryption from the attributes
[samba.git] / source4 / gtk / tools / gwsam_user.c
index 0c5c355b10b8b55deb13d073dcbe30c15b51139c..81580f8b19293f6db455c97409cf43aa2db9eb70 100644 (file)
@@ -22,9 +22,7 @@
 #include "includes.h"
 #include "gtk/common/gtk-smb.h"
 
-
-GtkWidget*
-create_user_edit_dialog (void)
+GtkWidget* create_user_edit_dialog (void)
 {
        GtkWidget *user_edit_dialog;
        GtkWidget *dialog_vbox1;
@@ -255,7 +253,7 @@ create_user_edit_dialog (void)
                                          (GtkAttachOptions) (GTK_FILL),
                                          (GtkAttachOptions) (0), 0, 0);
 
-       combo_homedrive = gtk_combo_new();
+       combo_homedrive = gtk_combo_box_new();
        gtk_table_attach (GTK_TABLE (table3), combo_homedrive, 1, 2, 1, 2,
                                          (GtkAttachOptions) (GTK_FILL),
                                          (GtkAttachOptions) (GTK_FILL), 0, 0);