[bijiben] noteObj: fix a typo, do not create editor twice



commit e247e9206b2f171e29db76a2ddd6977a5d49b53c
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Wed Jul 10 01:07:56 2013 +0200

    noteObj: fix a typo, do not create editor twice

 src/libbiji/biji-note-obj.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/libbiji/biji-note-obj.c b/src/libbiji/biji-note-obj.c
index 8566077..7c2f987 100644
--- a/src/libbiji/biji-note-obj.c
+++ b/src/libbiji/biji-note-obj.c
@@ -886,7 +886,6 @@ GtkWidget *
 biji_note_obj_open (BijiNoteObj *note)
 {
   note->priv->editor = biji_webkit_editor_new (note);
-  note->priv->editor = biji_webkit_editor_new (note);
 
   g_signal_connect_swapped (note->priv->editor, "destroy",
                             G_CALLBACK (_biji_note_obj_close), note);


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