mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
show the 'New Folder' button in SAVE mode again.
Thu Mar 4 15:20:55 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New Folder' button in SAVE mode again.
This commit is contained in:
parent
897f3aac78
commit
b1ac4367f5
@ -1,3 +1,8 @@
|
||||
Thu Mar 4 15:20:55 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
|
||||
Folder' button in SAVE mode again.
|
||||
|
||||
Thu Mar 4 21:53:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (copy_cache): Increment the reference
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Mar 4 15:20:55 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
|
||||
Folder' button in SAVE mode again.
|
||||
|
||||
Thu Mar 4 21:53:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (copy_cache): Increment the reference
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Mar 4 15:20:55 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
|
||||
Folder' button in SAVE mode again.
|
||||
|
||||
Thu Mar 4 21:53:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (copy_cache): Increment the reference
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Mar 4 15:20:55 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
|
||||
Folder' button in SAVE mode again.
|
||||
|
||||
Thu Mar 4 21:53:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (copy_cache): Increment the reference
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Mar 4 15:20:55 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
|
||||
Folder' button in SAVE mode again.
|
||||
|
||||
Thu Mar 4 21:53:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (copy_cache): Increment the reference
|
||||
|
@ -2326,17 +2326,20 @@ update_appearance (GtkFileChooserDefault *impl)
|
||||
if (impl->action == GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER ||
|
||||
impl->action == GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER)
|
||||
{
|
||||
gtk_widget_show (impl->browse_new_folder_button);
|
||||
gtk_widget_hide (impl->browse_files_swin);
|
||||
gtk_widget_show (impl->browse_directories_swin);
|
||||
}
|
||||
else
|
||||
{
|
||||
gtk_widget_hide (impl->browse_new_folder_button);
|
||||
gtk_widget_hide (impl->browse_directories_swin);
|
||||
gtk_widget_show (impl->browse_files_swin);
|
||||
}
|
||||
|
||||
if (impl->action == GTK_FILE_CHOOSER_ACTION_OPEN)
|
||||
gtk_widget_hide (impl->browse_new_folder_button);
|
||||
else
|
||||
gtk_widget_show (impl->browse_new_folder_button);
|
||||
|
||||
if (impl->extra_widget)
|
||||
{
|
||||
GtkWidget *align;
|
||||
|
Loading…
Reference in New Issue
Block a user