I'm attaching you a patch with 2 more lines for main.c, that sets the GTK_STOCK_CLEAR image beneath the "Clean recent documents" menu entry. Cheers!
Created attachment 1342 clear-recent-menu-entry-with-image.patch
I'm not sure if you could free() that image, once set however.
Ah! Better never do that :o)
(In reply to comment #3) > Ah! Better never do that :o) > Nope, widgets (and other gobjects) need to be unreffed when they are no longer used, but containers usually assume reference to the object. (eg, do not increase the reference counter on add, but do decrease it on removal) BTW, next time you create a patch, could you create it from the top_src directory? so, ristretto/trunk in this case. Fixed in rev 3139