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 164417 - Minimum size can be set more than Maximum in quicklounge
Minimum size can be set more than Maximum in quicklounge
Status: RESOLVED FIXED
Product: quick-lounge-applet
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2005-01-18 04:24 UTC by dinoop.thomas
Modified: 2005-01-18 14:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Attached patch fixes the bug (3.32 KB, patch)
2005-01-18 11:13 UTC, dinoop.thomas
none Details | Review

Description dinoop.thomas 2005-01-18 04:24:07 UTC
1. Add quicklounge applet to the panel.
2. Right click on the applet and select Preferences.
Bug: In the preferences dialog, the Minimum size can be set more than the
Maximum size.
Comment 1 dinoop.thomas 2005-01-18 04:27:02 UTC
I have worked on this bug and know how to fix it.
Comment 2 dinoop.thomas 2005-01-18 11:13:43 UTC
Created attachment 36167 [details] [review]
Attached patch fixes the bug

Added a check to ensure that min value does not fall below max and vice versa.
Comment 3 Paolo Bacchilega 2005-01-18 14:22:04 UTC
patch applied, thank you.