@b4n commented on this pull request.
> + dialog=gtk_dialog_new(); + gtk_window_set_title(GTK_WINDOW(dialog),cTitle); + gtk_window_set_transient_for(GTK_WINDOW(dialog),GTK_WINDOW(geany->main_widgets->window)); + gtk_window_set_destroy_with_parent(GTK_WINDOW(dialog),TRUE); Nah, not in this one, it's indeed a lot more intrusive. Ultimately it'd be better, but well. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1456#discussion_r2178569887 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1456/review/[email protected]>
