diff options
Diffstat (limited to 'applets/wncklet/window-list.c')
-rw-r--r-- | applets/wncklet/window-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c index e233652b..f7fa1390 100644 --- a/applets/wncklet/window-list.c +++ b/applets/wncklet/window-list.c @@ -122,7 +122,7 @@ static void applet_change_orient(MatePanelApplet* applet, MatePanelAppletOrient #ifdef WNCK_CHECK_VERSION #if WNCK_CHECK_VERSION (3, 4, 6) - wnck_tasklist_set_orientation (tasklist->tasklist, new_orient); + wnck_tasklist_set_orientation (WNCK_TASKLIST (tasklist->tasklist), new_orient); #endif #endif tasklist_update(tasklist); |