Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37768863
en ru br
Репозитории ALT
5.1: 0.3.3-alt6
4.1: 0.3.3-alt5
4.0: 0.3.2-alt2
www.altlinux.org/Changes

Группа :: Сети/Удалённый доступ
Пакет: chestnut-dialer

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: chestnut-dialer-0.3.2-alt-230400.patch
Скачать


diff -Naur chestnut-dialer-0.3.2-orig/chestnut_dialer/gtk2_ui/confbox.py chestnut-dialer-0.3.2/chestnut_dialer/gtk2_ui/confbox.py
--- chestnut-dialer-0.3.2-orig/chestnut_dialer/gtk2_ui/confbox.py	2005-07-25 14:19:09 +0300
+++ chestnut-dialer-0.3.2/chestnut_dialer/gtk2_ui/confbox.py	2007-02-20 17:37:12 +0200
@@ -395,7 +395,7 @@
       EditAccountListControl(   self.acc, self.glxml, 'DNSServer',         'dns_servers',        1, self.def_acc),
       EditAccountComboControl( self.acc, self.glxml,  'Device',            'device',             0, self.def_acc),
       EditAccountOptionControl( self.acc, self.glxml, 'Speed',             'speed',
-        ['115200', '57600', '38400', '19200', '9600', '4800', '2400', '1200'], 0, self.def_acc),
+        ['230400', '115200', '57600', '38400', '19200', '9600', '4800', '2400', '1200'], 0, self.def_acc),
       EditAccountCheckControl(  self.acc, self.glxml, 'Modem',             'modem',              0, self.def_acc),
       EditAccountOptionControl( self.acc, self.glxml, 'FlowControl',       'flow_control',
         ['crtscts', 'cdtrcts', 'xonxoff', 'no-change'], 0, self.def_acc),
@@ -516,7 +516,7 @@
       EditAccountListControl(self.acc, self.glxml, 'DNSServer', 'dns_servers', 1),
       EditAccountComboControl(self.acc, self.glxml, 'Device', 'device'), 
       EditAccountOptionControl(self.acc, self.glxml, 'Speed', 'speed',
-        ['115200', '57600', '38400', '19200', '9600', '4800', '2400', '1200']),
+        ['230400', '115200', '57600', '38400', '19200', '9600', '4800', '2400', '1200']),
       EditAccountCheckControl(self.acc, self.glxml, 'Modem', 'modem'),
       EditAccountOptionControl(self.acc, self.glxml, 'FlowControl', 'flow_control',
         ['crtscts', 'cdtrcts', 'xonxoff', 'no-change']),
diff -Naur chestnut-dialer-0.3.2-orig/chestnut_dialer/qt_ui/config.py chestnut-dialer-0.3.2/chestnut_dialer/qt_ui/config.py
--- chestnut-dialer-0.3.2-orig/chestnut_dialer/qt_ui/config.py	2005-07-25 14:19:10 +0300
+++ chestnut-dialer-0.3.2/chestnut_dialer/qt_ui/config.py	2007-02-20 17:40:11 +0200
@@ -356,7 +356,7 @@
       EditAccountListControl(   acc, self, 'DNSServer',         'dns_servers',        1, def_acc),
       EditAccountComboControl(  acc, self, 'Device',            'device',             0, def_acc),
       EditAccountOptionControl( acc, self, 'Speed',             'speed',
-        ['115200', '57600', '38400', '19200', '9600', '4800', '2400', '1200'], 0, def_acc),
+        ['230400', '115200', '57600', '38400', '19200', '9600', '4800', '2400', '1200'], 0, def_acc),
       EditAccountCheckControl(  acc, self, 'Modem',             'modem',              0, def_acc),
       EditAccountOptionControl( acc, self, 'FlowControl',       'flow_control',
         ['crtscts', 'cdtrcts', 'xonxoff', 'no-change'], 0, def_acc),
@@ -795,7 +795,7 @@
       EditAccountListControl(   acc, self, 'DNSServer',         'dns_servers', 1),
       EditAccountComboControl( acc, self,  'Device',            'device'),
       EditAccountOptionControl( acc, self, 'Speed',             'speed',
-        ['115200', '57600', '38400', '19200', '9600', '4800', '2400', '1200']),
+        ['230400', '115200', '57600', '38400', '19200', '9600', '4800', '2400', '1200']),
       EditAccountCheckControl(  acc, self, 'Modem',             'modem'),
       EditAccountOptionControl( acc, self, 'FlowControl',       'flow_control',
         ['crtscts', 'cdtrcts', 'xonxoff', 'no-change']),
diff -Naur chestnut-dialer-0.3.2-orig/chestnut_dialer/qt_ui/editaccountdialog.ui chestnut-dialer-0.3.2/chestnut_dialer/qt_ui/editaccountdialog.ui
--- chestnut-dialer-0.3.2-orig/chestnut_dialer/qt_ui/editaccountdialog.ui	2005-06-28 07:40:27 +0300
+++ chestnut-dialer-0.3.2/chestnut_dialer/qt_ui/editaccountdialog.ui	2007-02-20 17:40:45 +0200
@@ -404,7 +404,7 @@
                                         <cstring>MinSpeedSpin</cstring>
                                     </property>
                                     <property name="maxValue">
-                                        <number>115200</number>
+                                        <number>230400</number>
                                     </property>
                                     <property name="minValue">
                                         <number>0</number>
@@ -1679,6 +1679,11 @@
                     <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">
                         <item>
                             <property name="text">
+                                <string>~230400</string>
+                            </property>
+                        </item>
+                        <item>
+                            <property name="text">
                                 <string>~115200</string>
                             </property>
                         </item>
diff -Naur chestnut-dialer-0.3.2-orig/chestnut_dialer/qt_ui/editdefaccountdialog.ui chestnut-dialer-0.3.2/chestnut_dialer/qt_ui/editdefaccountdialog.ui
--- chestnut-dialer-0.3.2-orig/chestnut_dialer/qt_ui/editdefaccountdialog.ui	2005-05-19 10:20:06 +0300
+++ chestnut-dialer-0.3.2/chestnut_dialer/qt_ui/editdefaccountdialog.ui	2007-02-20 17:41:49 +0200
@@ -112,7 +112,7 @@
                             <cstring>MinSpeedSpin</cstring>
                         </property>
                         <property name="maxValue">
-                            <number>115200</number>
+                            <number>230400</number>
                         </property>
                         <property name="minValue">
                             <number>0</number>
@@ -767,6 +767,11 @@
                     <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">
                         <item>
                             <property name="text">
+                                <string>~230400</string>
+                            </property>
+                        </item>
+                        <item>
+                            <property name="text">
                                 <string>~115200</string>
                             </property>
                         </item>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin