diff options
author | infirit <[email protected]> | 2013-11-27 13:23:20 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-28 15:38:38 +0100 |
commit | 39ad4f5cc370685777e53f3be10781179ea1bd9e (patch) | |
tree | 50605f92b6ad6629c6ab546e47bb44590761c62f /applets/wncklet/workspace-switcher.c | |
parent | e453fc3773d3b49665c42d54069c4c82a853bc64 (diff) | |
download | mate-panel-39ad4f5cc370685777e53f3be10781179ea1bd9e.tar.bz2 mate-panel-39ad4f5cc370685777e53f3be10781179ea1bd9e.tar.xz |
Revert "Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is version"
This reverts commit 428e32cd0f3f2df0cbd4e859304f0935a11612bc.
Diffstat (limited to 'applets/wncklet/workspace-switcher.c')
-rw-r--r-- | applets/wncklet/workspace-switcher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index 64f0b330..29a386e4 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) pager->pager = wnck_pager_new(); -#endif #else pager->pager = wnck_pager_new(NULL); #endif |