From: Dana Jansens Date: Fri, 25 May 2007 18:24:16 +0000 (+0000) Subject: try again X-Git-Tag: release-2.0.2~186 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=85f27e3e9c00339539c4bba14245b2fe88631452;p=dana%2Fobconf.git try again --- diff --git a/src/handlers.c b/src/handlers.c index 749a9d1..cb0ae51 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -1244,8 +1244,10 @@ static void set_desktop_names() } num = 0; - for (lit = desktop_names; lit && num <= last; lit = g_list_next(lit)) + for (lit = desktop_names; lit && num <= last; lit = g_list_next(lit)) { xmlNewTextChild(n, NULL, "name", lit->data); + ++num; + } tree_apply(); /* make openbox re-set the property */