diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-12 06:47:50 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-12 06:47:50 -0800 |
commit | 1bb6004d9198143df0d15b9b0a318607b59eaf0f (patch) | |
tree | eec9b217290f39140c3eb0bbf6cd7d9fe918cf5a /applets/wncklet/workspace-switcher.c | |
parent | 1b401ff5fa2ca8e710986e61227389cedde10a05 (diff) | |
parent | a2b1af54a24b93766f5e2ed4a216637dc510ec47 (diff) | |
download | mate-panel-1bb6004d9198143df0d15b9b0a318607b59eaf0f.tar.bz2 mate-panel-1bb6004d9198143df0d15b9b0a318607b59eaf0f.tar.xz |
Merge pull request #136 from infirit/master
Fix build failure
Diffstat (limited to 'applets/wncklet/workspace-switcher.c')
-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 29a386e4..3ae4f9d2 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -529,7 +529,7 @@ gboolean workspace_switcher_applet_fill(MatePanelApplet* applet) break; } -#if WNCK_CHECK_VERSION (2, 91, 6) +#if GTK_CHECK_VERSION (3, 0, 0) && WNCK_CHECK_VERSION (2, 91, 6) pager->pager = wnck_pager_new(); #else pager->pager = wnck_pager_new(NULL); |