forked from AuroraMiddleware/gtk
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)
This commit is contained in:
parent
84c133b9c4
commit
27c23e4dd5
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2005-01-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2005-01-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2005-01-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2005-01-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user