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 551818 - wrong adjustement limit in the clock applet
wrong adjustement limit in the clock applet
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-11 12:58 UTC by Sebastien Bacher
Modified: 2008-09-12 08:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
change the adjustement setting to fix the issue (1.34 KB, patch)
2008-09-11 13:00 UTC, Sebastien Bacher
committed Details | Review

Description Sebastien Bacher 2008-09-11 12:58:25 UTC
using GNOME 2.23.92 the gnome-panel clock applet time configuration dialog has wrong spin button ranges, that's due to the change in the new GTK where adjustement count the page_size settings for the upper limits
Comment 1 Sebastien Bacher 2008-09-11 13:00:06 UTC
Created attachment 118519 [details] [review]
change the adjustement setting to fix the issue

the issue is somewhat a GTK compatibility breakage but that change makes the dialog work correctly on GNOME 2.23 when using the current GTK version
Comment 2 Vincent Untz 2008-09-11 13:17:32 UTC
Thanks, please commit.
Comment 3 Sebastien Bacher 2008-09-12 08:50:54 UTC
2008-09-12  Sebastien Bacher  <seb128@ubuntu.com>

	* clock.glade: adapt the adjustement values to the new GTK behaviour
          (bug #551818)