summaryrefslogtreecommitdiff
path: root/src/gui/editor.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-01-10 23:04:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-01-10 23:04:51 (GMT)
commit6b785b0e6c6048a4a8f1f81f9eaa407e05622368 (patch)
treedc6dc802b65ec37b3cbc3c65e9d6637654f0981c /src/gui/editor.c
parentc0528230469b10d606b9d1fa66a18696b2584fed (diff)
Cleaned editor items by removing a direct link to the main window.
Diffstat (limited to 'src/gui/editor.c')
-rw-r--r--src/gui/editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c
index 6a270fb..4d3931a 100644
--- a/src/gui/editor.c
+++ b/src/gui/editor.c
@@ -287,7 +287,7 @@ GtkWidget *create_editor(void)
/* Barre de statut générale */
- editem = g_status_info_new(ref);
+ editem = g_status_info_new();
register_editor_item(editem);
widget = g_editor_item_get_widget(editem);