Changeset 763:919f31020a06 in mediastreamer2


Ignore:
Timestamp:
Nov 5, 2009 9:08:34 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix unhandled option --workdir

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@751 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/gtk-glade/main.c

    r760 r763  
    11321132 
    11331133#ifdef WIN32 
    1134         if (workingdir!=NULL) 
    1135                 _chdir(workingdir); 
    1136  
    11371134        /*workaround for windows: sometimes LANG is defined to an integer value, not understood by gtk */ 
    11381135        if ((lang=getenv("LANG"))!=NULL){ 
     
    11441141        } 
    11451142#endif 
    1146          
     1143 
    11471144        if ((lang=linphone_gtk_get_lang(config_file))!=NULL && lang[0]!='\0'){ 
    11481145#ifdef WIN32 
     
    11731170                return -1; 
    11741171        } 
     1172#ifdef WIN32 
     1173        if (workingdir!=NULL) 
     1174                _chdir(workingdir); 
     1175#endif 
     1176 
    11751177        if (linphone_core_wake_up_possible_already_running_instance( 
    11761178                config_file, addr_to_call) == 0){ 
Note: See TracChangeset for help on using the changeset viewer.