From: Dana Jansens Date: Sat, 26 Jun 2010 14:59:16 +0000 (+0200) Subject: passing the wrong pointer X-Git-Tag: cgl~13 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5032b07907ac005f9cfd5fd416350125c77a4f84;p=dana%2Fopenbox.git passing the wrong pointer --- 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;