Changeset 32111


Ignore:
Timestamp:
01/05/15 18:38:46 (8 years ago)
Author:
Stephan
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r32110 r32111  
    416416                        addconfigscreen("playerbufferseektime", playerbufferseektime);
    417417
    418                         addconfigscreen("community_user", MDString(community_user->ret));
    419                         addconfigscreen("community_pass", MDString(community_pass->ret));
    420                                
     418                        addconfigscreen("community_user", community_user);
     419                        addconfigscreen("community_pass", community_pass);
     420
     421                        changeret(community_user,MDString(community_user->ret));
     422                        changeret(community_pass,MDString(community_pass->ret));                               
     423
    421424                        writeallconfig(1);
    422425                        break;
Note: See TracChangeset for help on using the changeset viewer.