diff --git a/src/gui_gtk.c b/src/gui_gtk.c index 620480289b..eef771e840 100644 --- a/src/gui_gtk.c +++ b/src/gui_gtk.c @@ -1716,8 +1716,6 @@ gui_mch_dialog(int type, // type of dialog dialog = create_message_dialog(type, title, message); dialoginfo.dialog = GTK_DIALOG(dialog); dialog_add_buttons(GTK_DIALOG(dialog), buttons); - gtk_window_set_type_hint(GTK_WINDOW(dialog), - GDK_WINDOW_TYPE_HINT_POPUP_MENU); if (textfield != NULL) { diff --git a/src/version.c b/src/version.c index af42c7cbd1..1c6be6d116 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 868, /**/ 867, /**/