Changeset 12661


Ignore:
Timestamp:
Aug 9, 2011, 1:35:44 PM (12 years ago)
Author:
jordan
Message:

queuing: fix "unhandled pref: 60" error reported by rb07

Location:
trunk/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/qt/prefs-dialog.cc

    r12637 r12661  
    586586   
    587587        hig->addRow( tr( "Maximum active &downloads:" ), spinBoxNew( Prefs::DOWNLOAD_QUEUE_SIZE, 1, INT_MAX, 1 ) );
    588         hig->addRow( tr( "Downloads sharing data in the last N minutes are &active:" ), spinBoxNew( Prefs::QUEUE_STALLED_MINUTES, 1, INT_MAX, 15 ) );
     588        hig->addRow( tr( "Downloads sharing data in the last N minutes are &active:" ), spinBoxNew( Prefs::QUEUE_STALLED_MINUTES, 1, INT_MAX, 10 ) );
    589589
    590590    hig->addSectionDivider( );
  • trunk/qt/session.cc

    r12607 r12661  
    165165        case Prefs :: PEER_PORT:
    166166        case Prefs :: PEER_PORT_RANDOM_ON_START:
     167        case Prefs :: QUEUE_STALLED_MINUTES:
    167168        case Prefs :: PEX_ENABLED:
    168169        case Prefs :: PORT_FORWARDING:
Note: See TracChangeset for help on using the changeset viewer.