summaryrefslogtreecommitdiffstats
path: root/akregator
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-10 20:35:27 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-10 20:35:27 -0500
commit7e5f62d8df7f469b879ce247d2adceffc3013f21 (patch)
tree709cdb099f3e1f817949642845f1b4958e312b1d /akregator
parentc4b86c6c4390a92b7848b999ffd2c2698f44ab39 (diff)
downloadtdepim-7e5f62d8df7f469b879ce247d2adceffc3013f21.tar.gz
tdepim-7e5f62d8df7f469b879ce247d2adceffc3013f21.zip
Add additional GUI check box to toggle akregator introduction page.
This resolves bug report 1440.
Diffstat (limited to 'akregator')
-rw-r--r--akregator/src/akregator.kcfg5
-rw-r--r--akregator/src/settings_general.ui8
2 files changed, 13 insertions, 0 deletions
diff --git a/akregator/src/akregator.kcfg b/akregator/src/akregator.kcfg
index 29028f51a..40283878b 100644
--- a/akregator/src/akregator.kcfg
+++ b/akregator/src/akregator.kcfg
@@ -108,6 +108,11 @@
</entry>
</group>
<group name="General" >
+ <entry key="Disable Introduction" type="Bool" >
+ <label>Disable the introduction page</label>
+ <whatsthis>Disable the introduction page.</whatsthis>
+ <default>false</default>
+ </entry>
<entry key="Fetch On Startup" type="Bool" >
<label>Fetch on startup</label>
<whatsthis>Fetch feedlist on startup.</whatsthis>
diff --git a/akregator/src/settings_general.ui b/akregator/src/settings_general.ui
index 4632f7248..2cab3ab52 100644
--- a/akregator/src/settings_general.ui
+++ b/akregator/src/settings_general.ui
@@ -127,6 +127,14 @@
<string>Fetch all fee&amp;ds on startup</string>
</property>
</widget>
+ <widget class="TQCheckBox" row="2" column="0">
+ <property name="name">
+ <cstring>kcfg_DisableIntroduction</cstring>
+ </property>
+ <property name="text">
+ <string>Disable the &amp;introduction page</string>
+ </property>
+ </widget>
</grid>
</widget>
<spacer row="3" column="0">