~ubuntu-branches/ubuntu/trusty/accerciser/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/interface_view.py

  • Committer: Package Import Robot
  • Author(s): Mario Lang
  • Date: 2014-03-26 08:43:05 UTC
  • mfrom: (37.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140326084305-wb6sxjdz99wady2a
Tags: 3.12.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1322
1322
    @type text_buffer: gtk.TextBuffer
1323
1323
    '''
1324
1324
    self.offset_spin.get_adjustment().upper = text_buffer.get_char_count()
 
1325
    self.offset_spin.set_range(0, text_buffer.get_char_count())
1325
1326
    text_buffer.set_modified(False)
1326
1327
 
1327
1328
  def _onTextMarkSet(self, text_buffer, iter, text_mark):