/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to annotate/spanselector.py

  • Committer: Curtis Hovey
  • Date: 2011-08-27 18:03:04 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110827180304-9405wmp3lyzq5jx2
Updated most of BranchView to gtk3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
            self.emit("span-changed", model.get_value(iter, SPAN_DAYS_COL))
99
99
 
100
100
    def _activate_custom_span_cb(self, w):
101
 
        self.entry.hide_all()
 
101
        self.entry.hide()
102
102
        self.combo.show()
103
103
 
104
104
        span = float(w.get_text())