Changeset 756:c950e2414e5b in mediastreamer2 for linphone/gtk-glade/loginframe.c


Ignore:
Timestamp:
Oct 31, 2009 6:09:10 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix inconsistency with adsl/optical

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

File:
1 edited

Legend:

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

    r702 r756  
    6363 
    6464 
    65         if (linphone_core_get_download_bandwidth(lc)==0 && 
    66                 linphone_core_get_upload_bandwidth(lc)==0) 
     65        if (linphone_core_get_download_bandwidth(lc)==512 && 
     66                linphone_core_get_upload_bandwidth(lc)==512) 
    6767                nettype=NetworkKindOpticalFiber; 
    6868        else nettype=NetworkKindAdsl; 
Note: See TracChangeset for help on using the changeset viewer.