|
|
|
|
@ -1584,6 +1584,7 @@ void on_main_edit(GtkWidget *, main_window *widgets){
|
|
|
|
|
model = GTK_TREE_MODEL(widgets->UsersList);
|
|
|
|
|
if (gtk_tree_selection_get_selected(gtk_tree_view_get_selection(GTK_TREE_VIEW(widgets->UsersTree)),&model,&iter)){
|
|
|
|
|
ubl_settings_usergroups_user_window *window = yon_ubl_settings_usergroups_user_new();
|
|
|
|
|
gtk_widget_set_sensitive(window->userLoginEntry,0);
|
|
|
|
|
gtk_window_set_title(GTK_WINDOW(window->CreateUserWindow),CONFIGURE_USER_TITLE_LABEL);
|
|
|
|
|
gtk_label_set_text(GTK_LABEL(window->userTitleNameLabel),CONFIGURE_USER_TITLE_LABEL);
|
|
|
|
|
dictionary *dict = NULL;
|
|
|
|
|
|