mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 09:50:06 +00:00
Damn cvs.
This commit is contained in:
parent
df8b419ecf
commit
79d73b1349
@ -667,9 +667,9 @@ error_dialog (GtkFileChooserDefault *impl,
|
||||
if (error)
|
||||
{
|
||||
char *uri = gtk_file_system_path_to_uri (impl->file_system, path);
|
||||
text = g_strdup_printf (msg,
|
||||
uri,
|
||||
error->message);
|
||||
char *text = g_strdup_printf (msg,
|
||||
uri,
|
||||
error->message);
|
||||
error_message (impl, text);
|
||||
g_free (text);
|
||||
g_free (uri);
|
||||
|
Loading…
Reference in New Issue
Block a user