Skip to content

Commit

Permalink
pathbar: use the same parameter as in the declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Feb 19, 2015
1 parent 8b4863f commit b8005f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gtk/gtkpathbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b8005f4

Please sign in to comment.