From: Mikael Magnusson Date: Mon, 28 Apr 2008 22:26:18 +0000 (+0200) Subject: This & shouldn't be here. X-Git-Tag: mikabox-3.4.7.2~41^2 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=71f897f1504339c2df5c2daac5601b1981476b76;p=mikachu%2Fopenbox.git This & shouldn't be here. --- diff --git a/openbox/edges.c b/openbox/edges.c index f2409429..aca82260 100644 --- a/openbox/edges.c +++ b/openbox/edges.c @@ -99,7 +99,7 @@ void edges_shutdown(gboolean reconfigure) gint i; for (i=0; i < OB_NUM_EDGES; i++) { - window_remove(&edge[i]->win); + window_remove(edge[i]->win); stacking_remove(INTERNAL_AS_WINDOW(edge[i])); XDestroyWindow(obt_display, edge[i]->win); g_free(edge[i]);