[gtk+] pathbar: use the same parameter as in the declaration



commit b8005f4de920ad367ac5da03e54db7101172441f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Feb 19 14:44:56 2015 +0100

    pathbar: use the same parameter as in the declaration

 gtk/gtkpathbar.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c
index 06e11c8..740cf2f 100644
--- a/gtk/gtkpathbar.c
+++ b/gtk/gtkpathbar.c
@@ -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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]