forked from AuroraMiddleware/gtk
pathbar: use the same parameter as in the declaration
This commit is contained in:
parent
8b4863f0c4
commit
b8005f4de9
@ -1851,7 +1851,7 @@ gtk_path_bar_get_info_callback (GCancellable *cancellable,
|
|||||||
void
|
void
|
||||||
_gtk_path_bar_set_file (GtkPathBar *path_bar,
|
_gtk_path_bar_set_file (GtkPathBar *path_bar,
|
||||||
GFile *file,
|
GFile *file,
|
||||||
const gboolean keep_trail)
|
gboolean keep_trail)
|
||||||
{
|
{
|
||||||
struct SetFileInfo *info;
|
struct SetFileInfo *info;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user