Damn cvs.

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

View File

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