~ubuntu-branches/ubuntu/lucid/deskbar-applet/lucid

« back to all changes in this revision

Viewing changes to deskbar/ui/cuemiac/CuemiacTreeView.py

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-13 21:25:43 UTC
  • mfrom: (1.5.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20090713212543-hp1l2phr6egiq5ml
Tags: 2.27.4-0ubuntu1
* New upstream release: (LP: #398943)
  - Fixed bug in files handler that uppercase querys never showed up
  - Use gio instead gnome.ui to retrieve thumbnails
  - Use SessionManager DBus service to logout/restart/shutdown instead of gnome.ui
  - Fixed bug #573639: Remove deprecated libgnomeui dependency
  - Always execute default action of first item when pressing Enter in entry
  - Use Utils.url_show_file instead of gnome-open
* debian/control{.in}:
  - remove useless scrollkeeper build-dep
* debian/patches
  - refresh the autoconf patch for the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
        if path != None:
119
119
            if scroll:
120
120
                self.__select_path(path)
121
 
            self.activate_row( self.get_model().get_iter(path) )
 
121
            self.__on_do_default_action(self, path, None, None)
122
122
 
123
123
    def activate_row(self, iter):
124
124
        """