summaryrefslogtreecommitdiff
path: root/src/gui/panels/errors.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-02-20 23:02:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-02-20 23:02:44 (GMT)
commit0769fafb253b846b58cd97c4a1df98ca7417ae1c (patch)
treec6b397d82740a26059c02b56d7b3182e5fe08927 /src/gui/panels/errors.c
parent738daf23eec2c114d456d13e88c51029f891fbc2 (diff)
Replaced the old symbol panel by a new improved one.
Diffstat (limited to 'src/gui/panels/errors.c')
-rw-r--r--src/gui/panels/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/errors.c b/src/gui/panels/errors.c
index 2bfe250..afe0283 100644
--- a/src/gui/panels/errors.c
+++ b/src/gui/panels/errors.c
@@ -190,7 +190,7 @@ static void g_error_panel_conclude(GErrorPanel *, unsigned int, error_update_dat
/* Indique le type défini pour un panneau d'affichage des erreurs. */
G_DEFINE_TYPE_WITH_CODE(GErrorPanel, g_error_panel, G_TYPE_PANEL_ITEM,
- G_IMPLEMENT_INTERFACE(G_TYPE_UPDATABLE_PANEL, g_error_panel_interface_init))
+ G_IMPLEMENT_INTERFACE(G_TYPE_UPDATABLE_PANEL, g_error_panel_interface_init));
/******************************************************************************