[simple-scan/gnome-3-22: 2/3] Add Cinnamon to the list of desktops that don't use headerbars
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/gnome-3-22: 2/3] Add Cinnamon to the list of desktops that don't use headerbars
- Date: Thu, 27 Apr 2017 09:04:51 +0000 (UTC)
commit c24f60211e6990898856f1bc0bcead031d843c36
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Jan 11 12:13:05 2017 +1300
Add Cinnamon to the list of desktops that don't use headerbars
src/ui.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ui.vala b/src/ui.vala
index c6c2b0e..5e375c4 100644
--- a/src/ui.vala
+++ b/src/ui.vala
@@ -2024,7 +2024,7 @@ public class UserInterface : Gtk.ApplicationWindow
private bool is_traditional_desktop ()
{
- const string[] traditional_desktops = { "Unity", "XFCE", "MATE", "LXDE" };
+ const string[] traditional_desktops = { "Unity", "XFCE", "MATE", "LXDE", "Cinnamon", "X-Cinnamon" };
foreach (var name in traditional_desktops)
if (is_desktop (name))
return true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]