|
|
|
|
@ -381,7 +381,8 @@ void on_language_changed(GtkComboBox *self, main_window *widgets){
|
|
|
|
|
|
|
|
|
|
void on_terminal_command_ended(VteTerminal *terminal, gint status, domain_info_window *window){
|
|
|
|
|
textdomain(template_ui_LocaleName);
|
|
|
|
|
yon_ubl_status_box_despawn_infinite(GTK_CONTAINER(window->StatusBox));
|
|
|
|
|
// yon_ubl_status_box_despawn_infinite(GTK_CONTAINER(window->StatusBox));
|
|
|
|
|
printf("%d\n",status);
|
|
|
|
|
if (!status)
|
|
|
|
|
yon_ubl_status_box_spawn_infinite(GTK_CONTAINER(window->StatusBox),"success",yon_char_get_localised_from_lib(SUCCESS_LABEL),BACKGROUND_IMAGE_SUCCESS_TYPE);
|
|
|
|
|
else {
|
|
|
|
|
|