]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilesystem.c
Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only.
[~andy/gtk] / gtk / gtkfilesystem.c
index cd2b072257f24afc24bdb0e9230197188bbee779..4f176f6fe239125c7c0d0e2ba7eec0917b3a6bb8 100644 (file)
@@ -886,7 +886,7 @@ gtk_file_folder_get_info (GtkFileFolder     *folder,
 static gpointer
 gtk_file_path_real_copy (gpointer boxed)
 {
-  return gtk_file_path_new_dup (gtk_file_path_get_string ((GtkFilePath *) boxed));
+  return gtk_file_path_copy ((GtkFilePath *) boxed);
 }
 
 static void