summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/panels/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/panel.c b/src/gui/panels/panel.c
index e359962..a0965f1 100644
--- a/src/gui/panels/panel.c
+++ b/src/gui/panels/panel.c
@@ -465,7 +465,7 @@ static char *gtk_panel_item_build_configuration_key(const GPanelItem *item, cons
name = g_editor_item_get_name(G_EDITOR_ITEM(item));
- asprintf(&result, "gui.panels.%s.%s", name, attrib);
+ asprintf(&result, "gui.panels.%s.%s", attrib, name);
result = strrpl(result, " ", "_");