diff options
-rw-r--r-- | src/sbmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbmanager.c b/src/sbmanager.c index e063eff..16e6290 100644 --- a/src/sbmanager.c +++ b/src/sbmanager.c @@ -200,7 +200,7 @@ static GList *iconlist_insert_item_at(GList *iconlist, SBItem *newitem, gfloat i debug_printf("%s: count items %d\n", __func__, g_list_length(iconlist)); if (!iconlist) { - debug_printf("%s: prepending item\n", __func__); + debug_printf("%s: appending item\n", __func__); /* for empty lists just add the element */ return g_list_append(iconlist, newitem); } |