Fixed confirmation window closing

pull/235/head
Ivan Dmitrievich Yartsev 10 months ago
parent bb32edd4cf
commit 2fa141db4c

@ -14,6 +14,7 @@ void on_delete_system_user(GtkWidget *, yon_confirmation_window *dialog){
if (!yon_char_is_empty(command)){
yon_launch(command);
}
on_subwindow_close(dialog->Window);
}
void on_delete_system_group(GtkWidget *, yon_confirmation_window *dialog){
@ -30,6 +31,7 @@ void on_delete_system_group(GtkWidget *, yon_confirmation_window *dialog){
if (!yon_char_is_empty(command)){
yon_launch(command);
}
on_subwindow_close(dialog->Window);
}
void yon_remove_confirmation_window_accept_clicked(GtkWidget *self,dictionary *dict){

Loading…
Cancel
Save