* src/prefs-model.c: (gl_prefs_model_load_settings):
Default to an unlimited list of recent documents, since this parameter
seems to be pre-filter anyway.
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@645
f5e0f49d-192f-0410-a22d-
a8d8700d0965
+2007-03-30 Jim Evins <evins@snaught.com>
+
+ * src/prefs-model.c: (gl_prefs_model_load_settings):
+ Default to an unlimited list of recent documents, since this parameter
+ seems to be pre-filter anyway.
+
2007-03-30 Jim Evins <evins@snaught.com>
* src/label-box.c: (draw_shadow):
prefs_model->max_recents =
get_int (prefs_model->gconf_client,
BASE_KEY PREF_MAX_RECENTS,
- 4);
+ -1);
/* Proof read the default page size -- it must be a valid id. */