passing the wrong pointer
authorDana Jansens <danakj@orodu.net>
Sat, 26 Jun 2010 14:59:16 +0000 (16:59 +0200)
committerDana Jansens <danakj@orodu.net>
Sat, 26 Jun 2010 23:30:52 +0000 (01:30 +0200)
openbox/focus_cycle_popup.c

index f316004..615bc1c 100644 (file)
@@ -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;