Damn cvs.

This commit is contained in:
Morten Welinder
2004-03-14 19:50:11 +00:00
parent df8b419ecf
commit 79d73b1349

View File

@ -667,9 +667,9 @@ error_dialog (GtkFileChooserDefault *impl,
if (error) if (error)
{ {
char *uri = gtk_file_system_path_to_uri (impl->file_system, path); char *uri = gtk_file_system_path_to_uri (impl->file_system, path);
text = g_strdup_printf (msg, char *text = g_strdup_printf (msg,
uri, uri,
error->message); error->message);
error_message (impl, text); error_message (impl, text);
g_free (text); g_free (text);
g_free (uri); g_free (uri);