Compiler appeasing...

This commit is contained in:
Markus Koch 2017-02-04 13:38:52 +01:00
parent 6a47f95675
commit d3b0dce208
1 changed files with 3 additions and 3 deletions

View File

@ -381,9 +381,9 @@ struct mainWindow *mainWindow_new()
mainWindow_configure_treeView(mainWindow);
mainWindow_connect_signals(mainWindow);
gtk_toggle_button_set_active(mainWindow->checkSearchTitle, 1);
gtk_toggle_button_set_active(mainWindow->checkSearchTags, 1);
gtk_toggle_button_set_active(mainWindow->checkSearchText, 0);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(mainWindow->checkSearchTitle), 1);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(mainWindow->checkSearchTags), 1);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(mainWindow->checkSearchText), 0);
/**
* These need to be set to oldest and newest after indexing date