forked from AuroraMiddleware/gtk
pathbar: use the same parameter as in the declaration
This commit is contained in:
parent
8b4863f0c4
commit
b8005f4de9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user