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:46 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-02-16 15:43:46 +0100
commit3ff5cff2dce58296643237f19f410581b24cfce7 (patch)
tree9240925851d1ed93c1bcf3217f923e1eab8c7cd8 /src/ui.vala
parentd8006d3987034f51ee84f034fb5c9cb33195600d (diff)
Imported Upstream version 3.15.90upstream/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;