summaryrefslogtreecommitdiff
path: root/theme-viewer
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-03-19 02:43:41 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-04-30 01:05:30 +0300
commit44fd2beed4446ed72f12a5f22961d3cc748fd939 (patch)
tree08c5de404834d46a6a2401c78905e7025eb731e4 /theme-viewer
parent826285ac1d59c5ccf79102b79acfa23bbcc6defc (diff)
downloadmetacity-44fd2beed4446ed72f12a5f22961d3cc748fd939.tar.gz
libmetacity: remove appmenu button
This button has never been used by Metacity nor by Compiz. Remove everyting related to this button.
Diffstat (limited to 'theme-viewer')
-rw-r--r--theme-viewer/theme-viewer-window.c2
1 files changed, 1 insertions, 1 deletions
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;