~artem-anufrij/scratch/improve-split-view

« back to all changes in this revision

Viewing changes to src/Services/Document.vala

  • Committer: artem-anufrij
  • Date: 2014-12-04 22:35:58 UTC
  • Revision ID: artem-anufrij-20141204223558-zbgmho3ul39rpsm9
dev version

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
            if (enabled) {
113
113
                onchange_handler_id = this.source_view.buffer.changed.connect (() => {
114
114
                    if (onchange_handler_id != 0) {
 
115
                        debug ("Disconnect %s", onchange_handler_id.to_string ());
115
116
                        this.source_view.buffer.disconnect (onchange_handler_id);
116
117
                    }
117
118
                    // Signals for SourceView