|
|
@@ -129,11 +129,6 @@ on_note_selected (IridiumWindow *self, IridiumNoteRow *row, gpointer user_data)
|
|
|
flags = G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE;
|
|
|
self->title_binding = g_object_bind_property (note, "title", self->title_entry, "text", flags);
|
|
|
self->content_binding = g_object_bind_property (note, "content", self->source_buffer, "text", flags);
|
|
|
-
|
|
|
- if (self->compile_handler > 0) {
|
|
|
- g_signal_handler_disconnect (self->source_buffer, self->compile_handler);
|
|
|
- self->compile_handler = 0;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
static void
|