diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-10 20:35:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-10 20:35:27 -0500 |
commit | 7e5f62d8df7f469b879ce247d2adceffc3013f21 (patch) | |
tree | 709cdb099f3e1f817949642845f1b4958e312b1d | |
parent | c4b86c6c4390a92b7848b999ffd2c2698f44ab39 (diff) | |
download | tdepim-7e5f62d8df7f469b879ce247d2adceffc3013f21.tar.gz tdepim-7e5f62d8df7f469b879ce247d2adceffc3013f21.zip |
Add additional GUI check box to toggle akregator introduction page.
This resolves bug report 1440.
-rw-r--r-- | akregator/src/akregator.kcfg | 5 | ||||
-rw-r--r-- | akregator/src/settings_general.ui | 8 |
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&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 &introduction page</string> + </property> + </widget> </grid> </widget> <spacer row="3" column="0"> |