Code polish

This commit is contained in:
nathan 2016-12-26 00:30:01 +01:00
parent 849304467c
commit 7bb6129d34

View File

@ -486,8 +486,7 @@ class SystemTray {
// http://bazaar.launchpad.net/~wingpanel-devs/wingpanel/trunk/view/head:/sample/SampleIndicator.vala // http://bazaar.launchpad.net/~wingpanel-devs/wingpanel/trunk/view/head:/sample/SampleIndicator.vala
if (!useNativeMenus && AUTO_FIX_INCONSISTENCIES) { if (!useNativeMenus && AUTO_FIX_INCONSISTENCIES) {
if (OS.isElementaryOSInstalled()) { if (OS.isElementaryOS()) {
logger.warn("Cannot use non-native menus with pantheon (elementaryOS). Forcing native menus.");
} else { } else {
logger.warn("Cannot use non-native menus with pantheon DE. Forcing native menus."); logger.warn("Cannot use non-native menus with pantheon DE. Forcing native menus.");
} }
@ -507,7 +506,7 @@ class SystemTray {
} }
if ("gnome".equalsIgnoreCase(GDM)) { if ("gnome".equalsIgnoreCase(GDM)) {
if (OS.isArchInstalled()) { if (OS.isArch()) {
if (DEBUG) { if (DEBUG) {
logger.debug("Running Arch Linux."); logger.debug("Running Arch Linux.");
} }
@ -697,7 +696,7 @@ class SystemTray {
} }
if (OS.isArchInstalled()) { if (OS.isArch()) {
// arch linux is fun! // arch linux is fun!
if (isTrayType(trayType, TrayType.AppIndicator)) { if (isTrayType(trayType, TrayType.AppIndicator)) {