By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1440 - Akregator: Add GUI control to disable introduction splash page
Summary: Akregator: Add GUI control to disable introduction splash page
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdepim (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P5 minor
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-04-08 12:29 CDT by Darrell
Modified: 2013-04-10 20:39 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2013-04-08 12:29:31 CDT
akregatorrc has a hidden control feature:

[General]
Disable Introduction=true/false

Setting this option to true disables the introduction splash page.

There is no GUI control for this feature. The underlying code support already exists as modifying the option in the rc file works as expected.
Comment 1 Darrell 2013-04-10 20:39:27 CDT
Yay. A little patch from me. :) GUI check box added in commit 7e5f62d8.

Might seem redundant because the introduction page contains a link to disable the page, but then there is no GUI method to restore the introduction page at some later time.