summaryrefslogtreecommitdiff
path: root/src/ui.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-02-16 15:43:55 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-02-16 15:43:55 +0100
commit151315a94b0b00967071736814fa54789862c254 (patch)
tree30ecadea2402abc0909230272f608eced4c1fadb /src/ui.vala
parenta9a9fccf5ebe31f1239a391c12aaa586bfbcd976 (diff)
parent3ff5cff2dce58296643237f19f410581b24cfce7 (diff)
Merge tag 'upstream/3.15.90'
Upstream version 3.15.90
Diffstat (limited to 'src/ui.vala')
-rw-r--r--src/ui.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.vala b/src/ui.vala
index c12b1cd..4ad6aa7 100644
--- a/src/ui.vala
+++ b/src/ui.vala
@@ -1667,7 +1667,7 @@ public class UserInterface : Gtk.ApplicationWindow
var app = Application.get_default () as Gtk.Application;
- if (is_desktop ("Unity") || is_desktop ("XFCE"))
+ if (is_desktop ("Unity") || is_desktop ("XFCE") || is_desktop ("MATE") || is_desktop ("LXDE"))
{
set_titlebar (null);
menubar.visible = true;