[gtksourceview] FileLoader: chain-up the right vfunc in ::constructed



commit e1d59a43bf2deb860800dbb9c9708c5530c2475f
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Jun 8 15:39:21 2016 +0200

    FileLoader: chain-up the right vfunc in ::constructed
    
    Ouch. I'm surprised that file loading worked fine during all this time.

 gtksourceview/gtksourcefileloader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcefileloader.c b/gtksourceview/gtksourcefileloader.c
index 4534cac..951900c 100644
--- a/gtksourceview/gtksourcefileloader.c
+++ b/gtksourceview/gtksourcefileloader.c
@@ -366,7 +366,7 @@ gtk_source_file_loader_constructed (GObject *object)
                }
        }
 
-       G_OBJECT_CLASS (gtk_source_file_loader_parent_class)->dispose (object);
+       G_OBJECT_CLASS (gtk_source_file_loader_parent_class)->constructed (object);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]