Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487106
Collapse All | Expand All

(-)ccsm-0.8.4~/ccm/Utils.py (-1 / +1 lines)
Lines 184-190 Link Here
184
        if has_focus:
184
        if has_focus:
185
            self.unset_flags (gtk.HAS_FOCUS)
185
            self.unset_flags (gtk.HAS_FOCUS)
186
186
187
        ret = super (PrettyButton, self).do_expose_event (self, event)
187
        ret = gtk.Button.do_expose_event (self, event)
188
188
189
        if has_focus:
189
        if has_focus:
190
            self.set_flags (gtk.HAS_FOCUS)
190
            self.set_flags (gtk.HAS_FOCUS)

Return to bug 487106