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:
committed by
Michael Natterer
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,
|
||||
|
||||
Reference in New Issue
Block a user