Fix a g_strdup_printf()
Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
@@ -6329,7 +6329,7 @@ show_error_on_reading_current_folder (GtkFileChooserDefault *impl, GError *error
|
||||
NULL);
|
||||
if (info)
|
||||
{
|
||||
msg = g_strdup (_("Could not read the contents of %s"), g_file_info_get_display_name (info));
|
||||
msg = g_strdup_printf (_("Could not read the contents of %s"), g_file_info_get_display_name (info));
|
||||
g_object_unref (info);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user