@codebrainz commented on this pull request.


In src/search.c:

>  	GtkSizeGroup *label_size;
 
-	replace_dlg.dialog = gtk_dialog_new_with_buttons(_("Replace"),
-		GTK_WINDOW(main_widgets.window), GTK_DIALOG_DESTROY_WITH_PARENT,
-		GTK_STOCK_CLOSE, GTK_RESPONSE_CANCEL, NULL);
+	replace_dlg.dialog = gtk_dialog_new();

As @elextr mentionedin the PR comments, this doesn't set the transient parent anymore, I believe you can set it with (gtk_window_set_transient_for())[https://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-set-transient-for].


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.