@techee 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);

I tried to do something simple, not affecting much code, but I could also bring 
the code adding buttons from below here. Should I do something like that?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1456#discussion_r2167759839
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1456/review/[email protected]>

Reply via email to