Damn cvs.
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user