[bijiben] Editor : constructed chains up
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] Editor : constructed chains up
- Date: Tue, 27 May 2014 21:30:24 +0000 (UTC)
commit 8eb08beb186d57c96cb4fbf95205085fb92406cd
Author: Pierre-Yves Luyten <py luyten fr>
Date: Mon May 26 23:07:47 2014 +0200
Editor : constructed chains up
src/libbiji/editor/biji-webkit-editor.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/libbiji/editor/biji-webkit-editor.c b/src/libbiji/editor/biji-webkit-editor.c
index 98ef470..443017e 100644
--- a/src/libbiji/editor/biji-webkit-editor.c
+++ b/src/libbiji/editor/biji-webkit-editor.c
@@ -197,7 +197,7 @@ static void
biji_webkit_editor_init (BijiWebkitEditor *self)
{
WebKitWebView *view = WEBKIT_WEB_VIEW (self);
- BijiWebkitEditorPrivate *priv;
+ BijiWebkitEditorPrivate *priv;
gchar *css_path;
priv = G_TYPE_INSTANCE_GET_PRIVATE (self, BIJI_TYPE_WEBKIT_EDITOR, BijiWebkitEditorPrivate);
@@ -341,6 +341,7 @@ biji_webkit_editor_constructed (GObject *obj)
view = WEBKIT_WEB_VIEW (self);
priv = self->priv;
+ G_OBJECT_CLASS (biji_webkit_editor_parent_class)->constructed (obj);
/* Do not segfault at finalize
* if the note died */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]