Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213539 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- /tmp/GNS3-0.7-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py.old    2010-04-09 14:58:40.663821065 +0200
0
++ /tmp/GNS3-0.7-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py        2010-04-09 14:59:24.282849072 +0200
Lines 55-60 Link Here
55
        # Default path to dynamips executable
55
        # Default path to dynamips executable
56
        if self.conf.path == '' and sys.platform.startswith('win'):
56
        if self.conf.path == '' and sys.platform.startswith('win'):
57
            self.conf.path = unicode('dynamips-wxp.exe')
57
            self.conf.path = unicode('dynamips-wxp.exe')
58
        else:
59
            self.conf.path = unicode('/usr/bin/dynamips')
58
            
60
            
59
        # Default path to working directory
61
        # Default path to working directory
60
        if self.conf.workdir == '':
62
        if self.conf.workdir == '':

Return to bug 213539