Show
Ignore:
Timestamp:
11/28/07 23:17:48 (12 months ago)
Author:
asterix
Message:

Fix autodetection of applications to use (from trunk [9005]). fixes #3583

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.3-bugfixes/src/common/optparser.py

    r8700 r9069  
    5858                                #we talk about a file 
    5959                                print _('error: cannot open %s for reading') % self.__filename 
    60                         return 
     60                        return False 
    6161 
    6262                new_version = gajim.config.get('version') 
     
    7373 
    7474                fd.close() 
     75                return True 
    7576 
    7677        def write_line(self, fd, opt, parents, value):