summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-03 14:42:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-03 14:42:18 (GMT)
commit15828907b3308f62f61fc790652bc640f63a3763 (patch)
tree46919b8eece926a6b0a60f33f0098f79c318051d /src/gui/panels/panel.c
parentdccdda3b7477fcc892b37b2bd94fc820a71a4090 (diff)
Cosmetic.
Diffstat (limited to 'src/gui/panels/panel.c')
-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 2c89ac7..dcb3d3f 100644
--- a/src/gui/panels/panel.c
+++ b/src/gui/panels/panel.c
@@ -83,7 +83,7 @@ static gboolean g_panel_item_draw_mask(GtkWidget *, cairo_t *, GPanelItem *);
/* Indique le type défini pour un élément destiné à un panneau. */
G_DEFINE_TYPE_WITH_CODE(GPanelItem, g_panel_item, G_TYPE_EDITOR_ITEM,
- G_IMPLEMENT_INTERFACE(GTK_TYPE_DOCKABLE, g_panel_item_dockable_interface_init))
+ G_IMPLEMENT_INTERFACE(GTK_TYPE_DOCKABLE, g_panel_item_dockable_interface_init));
/******************************************************************************