aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet_editor.c')
-rw-r--r--src/stylesheet_editor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stylesheet_editor.c b/src/stylesheet_editor.c
index 1cff58a..528777c 100644
--- a/src/stylesheet_editor.c
+++ b/src/stylesheet_editor.c
@@ -553,8 +553,7 @@ static void stylesheet_editor_finalize(GObject *obj)
static void stylesheet_editor_init(StylesheetEditor *se)
{
- se->priv = G_TYPE_INSTANCE_GET_PRIVATE(se, COLLOQUIUM_TYPE_STYLESHEET_EDITOR,
- StylesheetEditorPrivate);
+ se->priv = stylesheet_editor_get_instance_private(se);
gtk_widget_init_template(GTK_WIDGET(se));
}