Changeset 2db278fa3a9a53f1ab026acfd83672a405cb2e9f

Show
Ignore:
Timestamp:
18/03/08 20:37:19 (8 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1205869039 +0200
git-parent:

[f2e6a702ae7401e2c0f11665660a753f611e180b]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1205869039 +0200
Message:

Remove security-policy UI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/components/simple_preferences.cpp

    rbe11a01 r2db278f  
    445445                                                      artFetcher ); 
    446446            CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher ); 
    447             CONFIG_GENERIC( "security-policy", IntegerList, 
    448                             ui.netPolicyLabel, netPolicyBox ); 
    449447 
    450448            /* UPDATE options */ 
  • modules/gui/qt4/main_interface.cpp

    r894f52c r2db278f  
    538538    CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++; 
    539539#endif 
    540     CONFIG_GENERIC( "security-policy", IntegerList ); line++; 
    541540 
    542541    QPushButton *ok = new QPushButton( qtr( "Ok" ) ); 
  • modules/gui/qt4/ui/sprefs_interface.ui

    re5d0cd4 r2db278f  
    216216    </widget> 
    217217   </item> 
    218    <item row="3" column="0" colspan="2" > 
     218   <item row="2" column="0" colspan="2" > 
    219219    <widget class="QGroupBox" name="groupBox_2" > 
    220220     <property name="title" > 
     
    255255        </property> 
    256256       </widget> 
    257       </item> 
    258       <item row="3" column="0" > 
    259        <widget class="QLabel" name="netPolicyLabel" > 
    260         <property name="text" > 
    261          <string>_("Network policy")</string> 
    262         </property> 
    263        </widget> 
    264       </item> 
    265       <item row="3" column="1" colspan="2" > 
    266        <widget class="QComboBox" name="netPolicyBox" /> 
    267257      </item> 
    268258     </layout>