GNOME Bugzilla – Bug 164417
Minimum size can be set more than Maximum in quicklounge
Last modified: 2005-01-18 14:22:04 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.
I have worked on this bug and know how to fix it.
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.
patch applied, thank you.