summaryrefslogtreecommitdiff
path: root/src/nautilus-preferences-dialog.c
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2002-04-07 19:42:17 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-04-07 19:42:17 +0000
commit4220c40a422579d0cdaca0ffa8425c2d50357f77 (patch)
treeef32ab20581e18843bd19f04df8302b60a6b8684 /src/nautilus-preferences-dialog.c
parent49f8deeb154bceed8343ba8b010df90977660aee (diff)
downloadnautilus-4220c40a422579d0cdaca0ffa8425c2d50357f77.tar.gz
NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT is an integer
2002-04-07 Alexander Larsson <alla@lysator.liu.se> * libnautilus-private/nautilus-global-preferences.c: NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT is an integer (global_preferences_register_enumerations): Allow integer enum prefs. * src/nautilus-preferences-dialog.c: Make NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT a EEL_PREFERENCE_ITEM_ENUMERATION_MENU_INTEGER.
Diffstat (limited to 'src/nautilus-preferences-dialog.c')
-rw-r--r--src/nautilus-preferences-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-preferences-dialog.c b/src/nautilus-preferences-dialog.c
index b3c2852ed..feadedee2 100644
--- a/src/nautilus-preferences-dialog.c
+++ b/src/nautilus-preferences-dialog.c
@@ -325,7 +325,7 @@ static EelPreferencesItemDescription tradeoffs_items[] = {
{ N_("Show Thumbnails for Image Files"),
NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT,
N_("Don't make thumbnails for files larger than:"),
- EEL_PREFERENCE_ITEM_ENUMERATION_MENU
+ EEL_PREFERENCE_ITEM_ENUMERATION_MENU_INTEGER
},
{ N_("Preview Sound Files"),
NAUTILUS_PREFERENCES_PREVIEW_SOUND,