Bug 122533 - Tray bubble auto close minimum should be 1 second.
Summary: Tray bubble auto close minimum should be 1 second.
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-23 03:46 UTC by Andre Srinivasan
Modified: 2006-02-26 17:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Srinivasan 2006-02-23 03:46:45 UTC
Version:           0.11.91 (using KDE KDE 3.5.1)
Installed from:    Fedora RPMs
Compiler:          gcc4 
OS:                Linux

Currently the shortest duration for the tray bubble auto close is 10 seconds.  I'm find this to be too long.  I have modified behaviorconfig_events.ui to allow for timeouts down to 1 second and found that 5 seconds works better for me.  Please change the minimum to 1 second.
Comment 1 Jan Ritzerfeld 2006-02-23 20:09:49 UTC
I just used the values in Morten Sjoegren's patch (see Bug 108967). ;)
Any objections to 1 second as minValue?
Comment 2 Matt Rogers 2006-02-24 01:48:58 UTC
no objections from me.
Comment 3 Jan Ritzerfeld 2006-02-26 17:52:23 UTC
SVN commit 513829 by jritzerfeld:

Reduce minimum balloon auto close delay to 1 second.

FEATURE: 122533


 M  +1 -1      behaviorconfig_events.ui  


--- branches/kopete/0.12/kopete/kopete/config/behavior/behaviorconfig_events.ui #513828:513829
@@ -205,7 +205,7 @@
                                 <number>120</number>
                             </property>
                             <property name="minValue">
-                                <number>10</number>
+                                <number>1</number>
                             </property>
                             <property name="value">
                                 <number>30</number>