the user should be able to disable the recently used files feature in preferences dialog in Image Viewer (eog)

Asked by pengw

Hi, I've read the source code of eog and found that the feature of keeping recently used files list was actually done in its source code (eog-window.c). It uses gtk_recent_manager to do this.
So instead of disabling the feature by deleting the recently-used.xbel file, could it be an option in the preferences dialog of eog to be able to enable or disable this feature? I'm willing to provide the code since it's not too complicated.

Revision history for this message
pengw (pengwenqiang) said :
#1

By the way, I'm using Ubuntu 12.04 with eog 3.4.2

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#2

I suggest you report a bug

Revision history for this message
pengw (pengwenqiang) said :
#3

Thanks actionparsnip, that solved my question.