diff options
author | infirit <[email protected]> | 2013-11-12 15:07:45 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-12 15:36:00 +0100 |
commit | a2b1af54a24b93766f5e2ed4a216637dc510ec47 (patch) | |
tree | eec9b217290f39140c3eb0bbf6cd7d9fe918cf5a /applets/wncklet/workspace-switcher.c | |
parent | 428e32cd0f3f2df0cbd4e859304f0935a11612bc (diff) | |
download | mate-panel-a2b1af54a24b93766f5e2ed4a216637dc510ec47.tar.bz2 mate-panel-a2b1af54a24b93766f5e2ed4a216637dc510ec47.tar.xz |
Correct wnck/gtk3 check.
Diffstat (limited to 'applets/wncklet/workspace-switcher.c')
-rw-r--r-- | applets/wncklet/workspace-switcher.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index 64f0b330..3ae4f9d2 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -529,10 +529,8 @@ gboolean workspace_switcher_applet_fill(MatePanelApplet* applet) break; } -#if GTK_CHECK_VERSION (3, 0, 0) -#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(); -#endif #else pager->pager = wnck_pager_new(NULL); #endif |