Dear evince developers,
I've compiled evince with
./evince-3.12.1 $ awk 'NR == 61 {print}' shell/ev-open-recent-action.c
gtk_recent_chooser_set_limit (GTK_RECENT_CHOOSER (toolbar_recent_menu), 25);
But the list is still only 5 items long. What's my mistake?