From 3ff5cff2dce58296643237f19f410581b24cfce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 16 Feb 2015 15:43:46 +0100 Subject: Imported Upstream version 3.15.90 --- src/ui.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.vala') 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; -- cgit v1.2.3