Fixed bug, causing additional windows saving errors

pull/4/head
parent 309be0cc6e
commit fa126d501c

@ -358,7 +358,7 @@ void yon_terminal_integrated_start(GtkWidget *terminal, char* command, void *end
} }
} }
void yon_on_window_config_custom_window_destroy(GtkWindow *window, char *window_name){ void yon_on_window_config_custom_window_destroy(GtkWindow *window, GdkEvent* event, char *window_name){
if (!gtk_window_is_maximized(window)){ if (!gtk_window_is_maximized(window)){
int height=0; int height=0;
int width=0; int width=0;

Loading…
Cancel
Save