~mmcg069/software-center/star-tweaks

« back to all changes in this revision

Viewing changes to softwarecenter/view/widgets/description.py

  • Committer: Matthew McGowan
  • Date: 2011-03-23 10:45:21 UTC
  • mfrom: (1556.1.62 trunk)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110323104521-0lysrjm8kudev4nb
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
class Cursor(object):
153
153
 
154
 
    WORD_TERMINATORS = (' ',)
 
154
    WORD_TERMINATORS = (' ',)   # empty space. suggestions recommended...
155
155
 
156
156
    def __init__(self, parent):
157
157
        self.parent = parent
300
300
 
301
301
class TextBlock(gtk.EventBox):
302
302
 
303
 
    PAINT_PRIMARY_CURSOR = True
 
303
    PAINT_PRIMARY_CURSOR = False
304
304
    BULLET_POINT = u'  \u2022  '
305
305
 
306
306
    INFOCUS_NORM = 0