summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/libpanel-util/panel-list.c')
-rw-r--r--mate-panel/libpanel-util/panel-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/libpanel-util/panel-list.c b/mate-panel/libpanel-util/panel-list.c
index 3c0a9eec..9b1ad3f9 100644
--- a/mate-panel/libpanel-util/panel-list.c
+++ b/mate-panel/libpanel-util/panel-list.c
@@ -84,7 +84,7 @@ panel_g_list_insert_after (GList *list,
link->prev = sibling;
return list;
}
-
+
} else {
link->next = list;
list->prev = link;