]> Pileus Git - ~andy/gtk/commitdiff
Use the correct function to conver the uri to a path. (#304565, Ismael
authorMatthias Clasen <mclasen@redhat.com>
Wed, 18 May 2005 21:00:44 +0000 (21:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 18 May 2005 21:00:44 +0000 (21:00 +0000)
2005-05-18  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri):
Use the correct function to conver the uri to a path.  (#304565,
Ismael Juma)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkfilechooser.c

index aca2ba23a400cdbf71eeebc7d0ed825a8ad6a500..f4abc21a2153e0fecaf90cf8dded8fabcb92166a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): 
+       Use the correct function to conver the uri to a path.  (#304565,
+       Ismael Juma)
+
        * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
        Cancel button properly.  (#304234, Sven Neumann)
 
index aca2ba23a400cdbf71eeebc7d0ed825a8ad6a500..f4abc21a2153e0fecaf90cf8dded8fabcb92166a 100644 (file)
@@ -1,5 +1,9 @@
 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): 
+       Use the correct function to conver the uri to a path.  (#304565,
+       Ismael Juma)
+
        * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
        Cancel button properly.  (#304234, Sven Neumann)
 
index aca2ba23a400cdbf71eeebc7d0ed825a8ad6a500..f4abc21a2153e0fecaf90cf8dded8fabcb92166a 100644 (file)
@@ -1,5 +1,9 @@
 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): 
+       Use the correct function to conver the uri to a path.  (#304565,
+       Ismael Juma)
+
        * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
        Cancel button properly.  (#304234, Sven Neumann)
 
index 0c12919316d2975758194077310e27f40f6e3a9d..2241aef27058aa1c541a9ec8f534e1ec9aa66ac5 100644 (file)
@@ -1742,7 +1742,7 @@ gtk_file_chooser_remove_shortcut_folder_uri (GtkFileChooser    *chooser,
   g_return_val_if_fail (GTK_IS_FILE_CHOOSER (chooser), FALSE);
   g_return_val_if_fail (uri != NULL, FALSE);
 
-  path = gtk_file_system_filename_to_path (_gtk_file_chooser_get_file_system (chooser), uri);
+  path = gtk_file_system_uri_to_path (_gtk_file_chooser_get_file_system (chooser), uri);
   if (!path)
     {
       g_set_error (error,