summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-03 04:26:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-03 04:26:33 +0000
commit27c23e4dd591499da4dccf6875e100aa8bdc2c56 (patch)
treeca5a2eea7c6681dab158fa41b4fa45e160512ec6 /gtk
parent84c133b9c46fbd8a3bbd34e6cea954ad48604a33 (diff)
downloadgdk-pixbuf-27c23e4dd591499da4dccf6875e100aa8bdc2c56.tar.gz
Don't add a shortcut here. (#162752, Tor Lillqvist)
2005-01-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_remove_shortcut_folder): Don't add a shortcut here. (#162752, Tor Lillqvist)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkfilechooserbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index 3f684a3bd..e05fd9a1d 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -534,7 +534,7 @@ gtk_file_chooser_button_remove_shortcut_folder (GtkFileChooser *chooser,
delegate = g_object_get_qdata (G_OBJECT (chooser),
GTK_FILE_CHOOSER_DELEGATE_QUARK);
- retval = _gtk_file_chooser_add_shortcut_folder (delegate, path, error);
+ retval = _gtk_file_chooser_remove_shortcut_folder (delegate, path, error);
if (retval)
{