|
|
|
|
@ -425,7 +425,6 @@ main_window *yon_main_window_complete(main_window *widgets){
|
|
|
|
|
gtk_window_set_title(GTK_WINDOW(widgets->Window),TITLE_LABEL);
|
|
|
|
|
|
|
|
|
|
gtk_tree_view_set_search_entry(GTK_TREE_VIEW(widgets->RepoFileTree),GTK_ENTRY(widgets->SearchEntry));
|
|
|
|
|
yon_window_remove_exit_config_check((template_main_window*)widgets);
|
|
|
|
|
|
|
|
|
|
/* Widget registration for config monitoring | Регистрация виджетов для мониторинга конфига */
|
|
|
|
|
/* Localisation | Локализация */
|
|
|
|
|
@ -445,6 +444,7 @@ int main(int argc, char *argv[]){
|
|
|
|
|
yon_ubl_setup_arguments(argc,argv,&unfound,&size,NULL);
|
|
|
|
|
gtk_init(&argc,&argv);
|
|
|
|
|
template_main_window *widgets = yon_ubl_window_setup();
|
|
|
|
|
yon_window_remove_exit_config_check(widgets);
|
|
|
|
|
gtk_widget_hide(gtk_menu_get_attach_widget(GTK_MENU(gtk_widget_get_parent(widgets->SaveMenuItem))));
|
|
|
|
|
gtk_widget_hide(gtk_menu_get_attach_widget(GTK_MENU(gtk_widget_get_parent(widgets->LoadGlobalMenuItem))));
|
|
|
|
|
widgets = (template_main_window*)yon_main_window_complete((main_window*)widgets);
|
|
|
|
|
|