mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
fix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile,
2008-06-11 Michael Natterer <mitch@imendio.com> * gtk/gtkfilechooserbutton.c: fix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile, not const gchar*). svn path=/trunk/; revision=20352
This commit is contained in:
parent
5f8af6d910
commit
6f25f771c5
@ -1,3 +1,8 @@
|
||||
2008-06-11 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c: fix local prototype of
|
||||
_gtk_file_chooser_label_for_file() (takes a GFile, not const gchar*).
|
||||
|
||||
2008-06-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 536765 – GtkComboBox should set COMBO type hint for its menu
|
||||
|
@ -1823,7 +1823,7 @@ model_add_volumes (GtkFileChooserButton *button,
|
||||
}
|
||||
}
|
||||
|
||||
extern gchar * _gtk_file_chooser_label_for_file (const gchar *uri);
|
||||
extern gchar * _gtk_file_chooser_label_for_file (GFile *file);
|
||||
|
||||
static void
|
||||
model_add_bookmarks (GtkFileChooserButton *button,
|
||||
|
Loading…
Reference in New Issue
Block a user