summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2015-10-05 11:11:42 +0200
committerFlorian Müllner <fmuellner@gnome.org>2015-10-07 16:09:17 +0200
commit86d8c3954fe2f9e206d92710f6e28888dd34d995 (patch)
tree997edd1418366cf16d5cf83bd69038dbc0e13189
parent54557f062e15e13de2e351eae02ed54f28068102 (diff)
downloadmutter-86d8c3954fe2f9e206d92710f6e28888dd34d995.tar.gz
theme: Stop hiding titlebar buttons in dialogs
As design patterns have evolved, dialogs that use CSD do use titlebar buttons, so it's time to re-enable them for SSD as well. https://bugzilla.gnome.org/show_bug.cgi?id=641630
-rw-r--r--src/ui/theme.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index be2460c15..b4f1b03f7 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -915,11 +915,9 @@ meta_theme_get_default (void)
switch (frame_type)
{
case META_FRAME_TYPE_NORMAL:
- break;
case META_FRAME_TYPE_DIALOG:
case META_FRAME_TYPE_MODAL_DIALOG:
case META_FRAME_TYPE_ATTACHED:
- layout->hide_buttons = TRUE;
break;
case META_FRAME_TYPE_MENU:
case META_FRAME_TYPE_UTILITY: