author | harlekin <harlekin> | 2002-10-07 18:10:10 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-07 18:10:10 (UTC) |
commit | 3d7d26f3c6ec040d883f1a1f7137c1ded6d9d76d (patch) (unidiff) | |
tree | 7fdc70be408f3c4ac5160ccf1cbc2e3584630ef9 | |
parent | d55aa591770675008da9e3290617e463a77e4c98 (diff) | |
download | opie-3d7d26f3c6ec040d883f1a1f7137c1ded6d9d76d.zip opie-3d7d26f3c6ec040d883f1a1f7137c1ded6d9d76d.tar.gz opie-3d7d26f3c6ec040d883f1a1f7137c1ded6d9d76d.tar.bz2 |
forgot about a otabwidget speciality
-rw-r--r-- | noncore/apps/opie-console/profileeditordialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profileeditordialog.cpp b/noncore/apps/opie-console/profileeditordialog.cpp index be23eff..3843943 100644 --- a/noncore/apps/opie-console/profileeditordialog.cpp +++ b/noncore/apps/opie-console/profileeditordialog.cpp | |||
@@ -112,12 +112,13 @@ void ProfileEditorDialog::initUI() | |||
112 | QVBoxLayout *vbox2 = new QVBoxLayout(tabterm, 2); | 112 | QVBoxLayout *vbox2 = new QVBoxLayout(tabterm, 2); |
113 | vbox2->add(term_widget); | 113 | vbox2->add(term_widget); |
114 | 114 | ||
115 | tabWidget->addTab(tabprof, "", QObject::tr("Profile")); | 115 | tabWidget->addTab(tabprof, "", QObject::tr("Profile")); |
116 | tabWidget->addTab(tabconn, "", QObject::tr("Connection")); | 116 | tabWidget->addTab(tabconn, "", QObject::tr("Connection")); |
117 | tabWidget->addTab(tabterm, "", QObject::tr("Terminal")); | 117 | tabWidget->addTab(tabterm, "", QObject::tr("Terminal")); |
118 | tabWidget->setCurrentTab( tabprof ); | ||
118 | 119 | ||
119 | // load profile values | 120 | // load profile values |
120 | name_line->setText(m_prof.name()); | 121 | name_line->setText(m_prof.name()); |
121 | for(int i = 0; i < device_box->count(); i++) | 122 | for(int i = 0; i < device_box->count(); i++) |
122 | { | 123 | { |
123 | device_box->setCurrentItem(i); | 124 | device_box->setCurrentItem(i); |