ui/gtk/list.c

changeset 821
2aa2f75f8da4
parent 820
7ce561f92632
child 824
a0ea8f3aa6e8
equal deleted inserted replaced
820:7ce561f92632 821:2aa2f75f8da4
423 if(entry) { 423 if(entry) {
424 cell_save_value(entry, FALSE); 424 cell_save_value(entry, FALSE);
425 entry->listview = NULL; 425 entry->listview = NULL;
426 free(entry->previous_value); 426 free(entry->previous_value);
427 entry->previous_value = NULL; 427 entry->previous_value = NULL;
428 } else if(GTK_IS_CHECK_BUTTON(child)) {
429
428 } 430 }
429 } 431 }
430 432
431 433
432 static GtkSelectionModel* create_selection_model(UiListView *listview, GListStore *liststore, bool multiselection) { 434 static GtkSelectionModel* create_selection_model(UiListView *listview, GListStore *liststore, bool multiselection) {

mercurial