From 44fd2beed4446ed72f12a5f22961d3cc748fd939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Thu, 19 Mar 2020 02:43:41 +0200 Subject: libmetacity: remove appmenu button This button has never been used by Metacity nor by Compiz. Remove everyting related to this button. --- theme-viewer/theme-viewer-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme-viewer') diff --git a/theme-viewer/theme-viewer-window.c b/theme-viewer/theme-viewer-window.c index de371912..0e196b51 100644 --- a/theme-viewer/theme-viewer-window.c +++ b/theme-viewer/theme-viewer-window.c @@ -391,7 +391,7 @@ update_frame_flags (ThemeViewerWindow *window) GtkToggleButton *button; flags = META_FRAME_ALLOWS_DELETE | META_FRAME_ALLOWS_MENU | - META_FRAME_ALLOWS_APPMENU | META_FRAME_ALLOWS_MINIMIZE | + META_FRAME_ALLOWS_MINIMIZE | META_FRAME_ALLOWS_MAXIMIZE | META_FRAME_ALLOWS_VERTICAL_RESIZE | META_FRAME_ALLOWS_HORIZONTAL_RESIZE | META_FRAME_ALLOWS_SHADE | META_FRAME_ALLOWS_MOVE; -- cgit v1.2.1