From 2da7a89cc5f53a2805519ac500b1e800b1b75b11 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Mon, 8 Feb 2016 23:05:08 +0100 Subject: GTK+3 windows-list: fix a build warning --- applets/wncklet/window-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1