Bug 92129 - Allow longer delay for background Slide Show
Summary: Allow longer delay for background Slide Show
Status: RESOLVED FIXED
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcmbackground (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-26 14:03 UTC by Tristan Miller
Modified: 2005-01-07 17:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Miller 2004-10-26 14:03:45 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    SuSE RPMs

This entry concerns the kcmbackground component.

In the Setup Slide Show dialog, there is a time spinner widget labelled "Change picture after".  However, valid values range only from 1 to 240 minutes.  This is a rather arbitrary upper bound; is there some technical reason why the user can't specify the time in terms of hours?  I'd like my desktop background to change once per day, or maybe even once per week.  Please allow the user to specify time in his or her choice of minutes, hours, or days if this is possible, or at least extend the minute range into the thousands.
Comment 1 Waldo Bastian 2005-01-07 17:04:43 UTC
CVS commit by waba: 

Allow longer delay for background Slide Show
BUG: 92129


  M +1 -1      bgwallpaper.cpp   1.10


--- kdebase/kcontrol/background/bgwallpaper.cpp  #1.9:1.10
@@ -101,5 +101,5 @@ BGMultiWallpaperDialog::BGMultiWallpaper
    setMainWidget(dlg);
 
-   dlg->m_spinInterval->setRange(1, 240);
+   dlg->m_spinInterval->setRange(1, 99999);
    dlg->m_spinInterval->setSteps(1, 15);
    dlg->m_spinInterval->setSuffix(i18n(" min"));