| 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) { |