summaryrefslogtreecommitdiff
path: root/core/pim/today/todayconfig.cpp
authorharlekin <harlekin>2002-09-20 23:27:04 (UTC)
committer harlekin <harlekin>2002-09-20 23:27:04 (UTC)
commitcd3df897c1b0ed93c2be3ab411011a0bdfe88bf9 (patch) (side-by-side diff)
treed8a96a55e9de74a790ede52dc73554594cfa55e4 /core/pim/today/todayconfig.cpp
parentd5db444cb70986baceda8ad1e01b0fb8384d12b4 (diff)
downloadopie-cd3df897c1b0ed93c2be3ab411011a0bdfe88bf9.zip
opie-cd3df897c1b0ed93c2be3ab411011a0bdfe88bf9.tar.gz
opie-cd3df897c1b0ed93c2be3ab411011a0bdfe88bf9.tar.bz2
make the order tab default shown in config dialog
Diffstat (limited to 'core/pim/today/todayconfig.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/todayconfig.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp
index 04f595b..472da50 100644
--- a/core/pim/today/todayconfig.cpp
+++ b/core/pim/today/todayconfig.cpp
@@ -90,6 +90,8 @@ TodayConfig::TodayConfig( QWidget* parent, const char* name, bool modal, WFlags
m_applets_changed = false;
+ // TabWidget3->setCurrentTab( tab_2 );
+
connect ( m_appletListView , SIGNAL( clicked ( QListViewItem * ) ), this, SLOT( appletChanged ( ) ) );
readConfig();
@@ -205,8 +207,10 @@ void TodayConfig::pluginManagement( QString libName, QString name, QPixmap icon
}
m_applets[libName] = item;
-}
+ // kind of hack to get the first tab as default.
+ TabWidget3->setCurrentTab( tab_2 );
+}
void TodayConfig::appletChanged() {
m_applets_changed = true;