|
|
|
|
@ -141,7 +141,7 @@ ubl_settings_window *yon_ubl_settings_window_new(){
|
|
|
|
|
// window->AcceptButton = yon_gtk_builder_get_widget(builder,"AcceptButton");
|
|
|
|
|
// window->CancelButton = yon_gtk_builder_get_widget(builder,"CancelButton");
|
|
|
|
|
char *icon_name = yon_char_unite("com.ublinux.",template_app_information.app_tech_name,NULL);
|
|
|
|
|
yon_gtk_window_setup(GTK_WINDOW(window->window),NULL,template_app_information.app_title,icon_name,"SETTINGS_WINDOW");
|
|
|
|
|
yon_gtk_window_setup(GTK_WINDOW(window->window),NULL,SETTINGS_TITLE_LABEL,icon_name,"SETTINGS_WINDOW");
|
|
|
|
|
g_signal_connect(G_OBJECT(window->window),"delete-event",G_CALLBACK(yon_on_settings_window_accept),window);
|
|
|
|
|
return window;
|
|
|
|
|
}
|
|
|
|
|
|