Project

General

Profile

Bug #2160 » 0034-gtk4-Fix-reopening-Messages-tab-closed-as-window.patch

S3_3, S3_2 - Marko Lindqvist, 08/23/2026 01:04 AM

View differences:

client/gui-gtk-4.0/gui_stuff.c
{
struct gui_dialog *dlg = data;
dlg->v.window = NULL;
/* emit response signal. */
gui_dialog_response(dlg, GTK_RESPONSE_DELETE_EVENT);
client/gui-gtk-4.0/messagewin.c
****************************************************************************/
void meswin_dialog_popup(bool raise)
{
if (NULL == meswin.shell) {
if (meswin.shell == NULL || meswin.shell->v.window == NULL) {
meswin_dialog_init(&meswin);
}
(2-2/6)