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:
Michael Natterer 2008-06-11 15:14:26 +00:00 committed by Michael Natterer
parent 5f8af6d910
commit 6f25f771c5
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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,