From 1577961aa2d8d8e37df82b2179e8b843f03cbf7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 10 Jun 2023 11:52:11 +0200 Subject: Improve compatibility with older dependencies --- fiv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fiv.c') diff --git a/fiv.c b/fiv.c index 66a8d36..4b8440e 100644 --- a/fiv.c +++ b/fiv.c @@ -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); } -- cgit v1.2.3