~ubuntu-branches/ubuntu/vivid/accerciser/vivid

« back to all changes in this revision

Viewing changes to src/lib/accerciser/accessible_treeview.py

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jackson Doak, Michael Biebl
  • Date: 2014-09-24 12:12:36 UTC
  • mfrom: (37.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140924121236-qst718kxwseb5rud
Tags: 3.14.0-1
[ Jackson Doak ]
* New upstream release
* debian/control: Drop unused depend on python-support

[ Michael Biebl ]
* Drop obsolete --disable-scrollkeeper configure flag.
* Bump minimum required version of ATSPI to 2.5.2 as per configure.ac.
* Update Homepage URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
544
544
        self._accEventNameChanged, 
545
545
        'object:property-change:accessible-name')
546
546
 
547
 
    self.action_group = gtk.ActionGroup('TreeActions')
 
547
    self.action_group = gtk.ActionGroup.new('TreeActions')
548
548
    self.action_group.add_toggle_actions(
549
549
      [('HideShowLeaves', None, _('_Hide/Show Applications without children'), None,
550
550
        None, self._onHideShowLeaves, False)])