|
|
|
|
@ -719,6 +719,7 @@ void on_root_access(GtkWidget *self, template_main_window *widgets){
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void yon_root_button_setup(template_main_window *widgets, config_str args, int args_size){
|
|
|
|
|
textdomain(template_ui_LocaleName);
|
|
|
|
|
arg_size=args_size;
|
|
|
|
|
arg_target=args;
|
|
|
|
|
GtkWidget *root_item = gtk_menu_item_new();
|
|
|
|
|
@ -738,6 +739,7 @@ void yon_root_button_setup(template_main_window *widgets, config_str args, int a
|
|
|
|
|
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(root_check),1);
|
|
|
|
|
gtk_widget_set_sensitive(root_item,0);
|
|
|
|
|
}
|
|
|
|
|
textdomain(template_app_information.app_locale);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
template_main_window *yon_ubl_window_setup(){
|
|
|
|
|
|