diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-27 18:06:31 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-27 18:12:20 +0000 |
| commit | d21ee683ed80338f958a2d1368727523a89a936d (patch) | |
| tree | 776f33983787922dbd7f615464f22be67e93ee3f /src/live_effects/effect.cpp | |
| parent | Preferences: Remove old function to migrate recent documents (diff) | |
| download | inkscape-d21ee683ed80338f958a2d1368727523a89a936d.tar.gz inkscape-d21ee683ed80338f958a2d1368727523a89a936d.zip | |
Fix adding/lookup of recent files.
Avoid setting an application name as Gtk::RecentManager calls
g_get_application_name ()
internally to determine the default "name" attribute used for new
entries in the list of recently used files (recently-used.xbel)
Our Gtk::RecentFilter in menubar.cpp expects the name to equal to
g_get_prgname ()
though (which happens to be the fallback of g_get_application_name,
but only if no application name is set as in earlier versions)
The alternative would be to set metadata manually, but it would
require us to set *all* fields manually (including mime type, etc.).
See also
https://gitlab.gnome.org/GNOME/gtk/issues/1775
Fixes
https://gitlab.com/inkscape/inkscape/issues/160
Diffstat (limited to 'src/live_effects/effect.cpp')
0 files changed, 0 insertions, 0 deletions
