GNOME Bugzilla – Bug 312475
EggRecentViewUIManager does not use egg_recent_item_get_short_name as the other views.
Last modified: 2005-08-21 19:03:22 UTC
As I said in the summary EggRecentViewUIManage does not use egg_recent_item_get_short_name as the other views. It uses the following code: uri = egg_recent_item_get_uri_for_display (item); if (uri == NULL) continue; [...] basename = g_path_get_basename (uri); I don't have time now to produce a patch. But if required I will try to provide one when I will be back from vacation.
I have a patch for this, also enabling the default tooltip as its used in EggRecentViewGtk. I'll try and commit ASAP.
2005-08-21 Emmanuele Bassi <ebassi@cvs.gnome.org> * libegg/recent-files/egg-recent-view-uimanager.c: (egg_recent_view_uimanager_set_list): use egg_recent_item_get_short_name() to get the file's basename (fixes bug #312475).