diff --git a/source/ubl-settings-update.c b/source/ubl-settings-update.c index 90a84a6..27cf985 100644 --- a/source/ubl-settings-update.c +++ b/source/ubl-settings-update.c @@ -1553,7 +1553,6 @@ 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_root_button_setup(widgets,argv,argc); yon_main_window_complete((main_window*)widgets); char *path = yon_char_unite(yon_ubl_user_get_home_directory(),"/.config/",LocaleName,"/",LocaleName,".conf",NULL); yon_window_config_load(path);