aboutsummaryrefslogtreecommitdiffstats
path: root/filter/score-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/score-editor.c')
-rw-r--r--filter/score-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/score-editor.c b/filter/score-editor.c
index 064272f321..9a8c0a626c 100644
--- a/filter/score-editor.c
+++ b/filter/score-editor.c
@@ -103,7 +103,7 @@ score_editor_finalise (GObject *obj)
ScoreEditor *
score_editor_new (ScoreContext *sc)
{
- ScoreEditor *se = (ScoreEditor *) gtk_type_new (score_editor_get_type ());
+ ScoreEditor *se = (ScoreEditor *) g_object_new (SCORE_TYPE_EDITOR, NULL);
GladeXML *gui;
GtkWidget *w;