]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.c
Changed launcher to use Areas for each icon; this allows showing tooltips
[chaz/tint2] / src / util / area.c
index 970776563ccbeecb91aa1c51519a6d058e2b841f..22dbe716cb758ebec961945758ef72293faf8cef 100644 (file)
@@ -444,7 +444,7 @@ void add_area (Area *a)
 {
        Area *parent = (Area*)a->parent;
 
-       parent->list = g_slist_remove(parent->list, a);
+       parent->list = g_slist_append(parent->list, a);
        set_redraw (parent);
 
 }
This page took 0.019854 seconds and 4 git commands to generate.