Fix and simplify thumbnails size combo box related code.
authorLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 14:35:03 +0000 (14:35 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 14:35:03 +0000 (14:35 +0000)
commit7cc8e4c3ec69055695aea75aec756ab8623d9b1b
tree411d8a57a44837d431dc93e5d787d9e25aa64db8
parent1671ec2fa789db8370f51fb6ef8efca946865931
Fix and simplify thumbnails size combo box related code.
Some variables were unused, code was buggy (spurious entry at
the end of the list). A sanity check for values coming from
rc file was added. Two constants now define the default
thumbnail size.
src/globals.c
src/gqview.h
src/preferences.c
src/rcfile.c