Changeset fa007f9068c01270c631bc11f234ddd407860d0f for src/document.cpp
- Timestamp:
- 01/06/07 23:32:40 (6 years ago)
- Parents:
- 5c0de74b53869ec82f99cc886a1728f2118da516
- Children:
- afb963a84e195ff11b2ec3b31844329708958291
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:32:40Z+0000
- Files:
-
- 1 modified
-
src/document.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/document.cpp
r54d44a3 rfa007f9 115 115 void Gobby::Document::on_insert(const Gtk::TextBuffer::iterator& begin, 116 116 const Glib::ustring& text, 117 int foo)117 int bytes) 118 118 { 119 119 if(m_editing) return;
