From 5032b07907ac005f9cfd5fd416350125c77a4f84 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 26 Jun 2010 16:59:16 +0200 Subject: [PATCH] passing the wrong pointer --- openbox/focus_cycle_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index f3160040..615bc1c8 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -229,7 +229,7 @@ void focus_cycle_popup_shutdown(gboolean reconfig) window_cleanup(INTERNAL_AS_WINDOW(popup)); window_remove(popup->bg); - stacking_remove(INTERNAL_AS_WINDOW(&popup)); + stacking_remove(INTERNAL_AS_WINDOW(popup)); while(popup->targets) { ObFocusCyclePopupTarget *t = popup->targets->data; -- 2.34.1