After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 573604 - Gnome applets should use g_timeout_add_seconds more
Gnome applets should use g_timeout_add_seconds more
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-01 07:29 UTC by gQuigs
Modified: 2009-03-19 23:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Make wakeups play In the same place (5.61 KB, patch)
2009-03-01 07:32 UTC, gQuigs
committed Details | Review

Description gQuigs 2009-03-01 07:29:30 UTC
Please describe the problem:
Inspired from https://wiki.ubuntu.com/SavingTheWorld

Most of what I did should be practically equivalent (except less accurate and more power savings) than what was previously there.  Except for in battery:
increased the default to 2 from 1 seconds, and in stickynotes where I increased from 2.5 to 3. 

I haven't actually tested it at all yet, (currently waiting for scrollkeeper to rebuild the database, yay)

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 gQuigs 2009-03-01 07:32:36 UTC
Created attachment 129772 [details] [review]
Make wakeups play In the same place

Let wakeups happen at the same time with applets
Comment 2 gQuigs 2009-03-01 21:22:03 UTC
It all compiles and appears to work fine.
Comment 3 Callum McKenzie 2009-03-19 23:35:07 UTC
Thanks. The patch has been applied to trunk (2.27 development).