~ubuntu-branches/ubuntu/natty/gedit/natty

« back to all changes in this revision

Viewing changes to plugins/quickopen/quickopen/windowhelper.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-21 15:14:19 UTC
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: james.westby@ubuntu.com-20100621151419-82riwk31yl5vzo0n
Tags: upstream-2.30.3
ImportĀ upstreamĀ versionĀ 2.30.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
                        paths.append(gfile.get_parent())
89
89
 
90
90
                # File browser root directory
91
 
                if gedit.version[0] >= 2 and gedit.version[1] >= 26 and gedit.version[2] >= 2:
 
91
                if gedit.version[0] > 2 or (gedit.version[0] == 2 and (gedit.version[1] > 26 or (gedit.version[1] == 26 and gedit.version[2] >= 2))):
92
92
                        bus = self._window.get_message_bus()
93
93
 
94
94
                        try: