/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 search.py

  • Committer: Jasper Groenewegen
  • Date: 2008-07-20 13:23:29 UTC
  • mto: This revision was merged to the branch mainline in revision 560.
  • Revision ID: colbrac@xs4all.nl-20080720132329-srxnl5lf1k3z43jz
Better way to return response

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
            self.index._branch.unlock()
94
94
    
95
95
    def _searchresult_row_activated(self, treeview, path, view_column):
96
 
        self.emit("response", gtk.RESPONSE_OK)
 
96
        self.response(gtk.RESPONSE_OK)