Configuration mode fix; Kernel rows fix

pull/113/head
parent dcd63f3dc5
commit b61dd4a8d3
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -1131,6 +1131,7 @@ void yon_main_window_create(main_window *widgets){
// }
// yon_ubl_window_init(TITLE_LABEL,DESCRIPTION_LABEL,locale,CssPath,LocaleName,version_application,WIKI_LINK);
if (main_config.force_ini){
main_config.configure_mode=1;
g_signal_handlers_block_by_func(G_OBJECT(widgets->ConfigurationModeMenuItem),G_CALLBACK(on_configuration_mode_switch),widgets);
gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(widgets->ConfigurationModeMenuItem),1);
gtk_widget_set_sensitive(widgets->ConfigurationModeMenuItem,0);

@ -26,7 +26,7 @@
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>

Loading…
Cancel
Save