comparison src/globals.c @ 343:63380ea3e65d

Rename recent_list_max/open_recent_max to open_recent_list_maxsize.
author zas_
date Sat, 12 Apr 2008 22:17:14 +0000
parents 07490120df2d
children 673d1eb5af73
comparison
equal deleted inserted replaced
342:07490120df2d 343:63380ea3e65d
80 options->slideshow.repeat = FALSE; 80 options->slideshow.repeat = FALSE;
81 81
82 options->mousewheel_scrolls = FALSE; 82 options->mousewheel_scrolls = FALSE;
83 options->file_ops.enable_in_place_rename = TRUE; 83 options->file_ops.enable_in_place_rename = TRUE;
84 84
85 options->recent_list_max = 10; 85 options->open_recent_list_maxsize = 10;
86 86
87 options->collections.rectangular_selection = FALSE; 87 options->collections.rectangular_selection = FALSE;
88 88
89 options->image.tile_cache_max = 10; 89 options->image.tile_cache_max = 10;
90 options->thumbnails.quality = (gint)GDK_INTERP_TILES; 90 options->thumbnails.quality = (gint)GDK_INTERP_TILES;