/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 olive/menu.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2007-01-29 20:59:09 UTC
  • mfrom: (126.1.3 bzr-gtk)
  • Revision ID: szilveszter.farkas@gmail.com-20070129205909-edmvt8lqfoa04pm9
Merge from integration branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
        try:
234
234
            window.set_file(wt.relpath(self.path + os.sep + self.selected))
235
235
        except errors.NoSuchFile:
236
 
            pass
 
236
            error_dialog(_("No diff output"),
 
237
                         _("The selected file hasn't changed."))
 
238
            return
237
239
        window.show()
238
240
    
239
241
    def bookmark(self, action):