diff options
author | Nathan Torchia <[email protected]> | 2014-10-03 10:24:21 +0900 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-13 23:15:14 +0200 |
commit | 45f9dd1209ea5715b02d5d1a5e9e2dd51220da1e (patch) | |
tree | f96d64b024cf7894d2013e266800500fe1234c51 | |
parent | 2c24ff1c9914c79a0adb13bfb07db9346b34d0a3 (diff) | |
download | mate-panel-45f9dd1209ea5715b02d5d1a5e9e2dd51220da1e.tar.bz2 mate-panel-45f9dd1209ea5715b02d5d1a5e9e2dd51220da1e.tar.xz |
Update Marco WM name as per Marco commit
Closes https://github.com/mate-desktop/mate-panel/pull/240
cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a
-rw-r--r-- | applets/wncklet/workspace-switcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index d35155a2..6de086b5 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -143,7 +143,7 @@ static void window_manager_changed(WnckScreen* screen, PagerData* pager) if (!wm_name) pager->wm = PAGER_WM_UNKNOWN; - else if (strcmp(wm_name, "Marco") == 0) + else if (strcmp(wm_name, "Metacity (Marco)") == 0) pager->wm = PAGER_WM_MARCO; else if (strcmp(wm_name, "Compiz") == 0) pager->wm = PAGER_WM_COMPIZ; |