pathbar: use the same parameter as in the declaration

This commit is contained in:
Ignacio Casal Quinteiro 2015-02-19 14:44:56 +01:00
parent 8b4863f0c4
commit b8005f4de9

View File

@ -1849,9 +1849,9 @@ gtk_path_bar_get_info_callback (GCancellable *cancellable,
}
void
_gtk_path_bar_set_file (GtkPathBar *path_bar,
GFile *file,
const gboolean keep_trail)
_gtk_path_bar_set_file (GtkPathBar *path_bar,
GFile *file,
gboolean keep_trail)
{
struct SetFileInfo *info;