diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-10 11:52:11 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-10 11:52:49 +0200 |
commit | 1577961aa2d8d8e37df82b2179e8b843f03cbf7d (patch) | |
tree | cea20f5b38398683ec18624d88871c8b0072a401 /fiv.c | |
parent | 1fb42e689f01d45fbe1f6ed078156c36bf37d9de (diff) | |
download | fiv-1577961aa2d8d8e37df82b2179e8b843f03cbf7d.tar.gz fiv-1577961aa2d8d8e37df82b2179e8b843f03cbf7d.tar.xz fiv-1577961aa2d8d8e37df82b2179e8b843f03cbf7d.zip |
Improve compatibility with older dependencies
Diffstat (limited to 'fiv.c')
-rw-r--r-- | fiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1352,7 +1352,7 @@ show_preferences(void) if (!g_spawn_async( NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &error)) { if (g_error_matches(error, G_SPAWN_ERROR, G_SPAWN_ERROR_NOENT)) - g_prefix_error_literal(&error, + g_prefix_error(&error, "%s", "Please install dconf-editor, or use the gsettings utility.\n"); show_error_dialog(error); } |