[Xfce4-commits] [xfce/thunar] 01/03: Fix compilation error because of wrong variable name
noreply at xfce.org
noreply at xfce.org
Mon May 4 07:53:42 CEST 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit 8f86075902ebd4ba83ed8e0b3d88c8d9b84abc1f
Author: Harald Judt <h.judt at gmx.at>
Date: Mon May 4 07:38:59 2015 +0200
Fix compilation error because of wrong variable name
---
thunar/thunar-standard-view.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index 6b9a763..5cc31dd 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -272,7 +272,7 @@ static void thunar_standard_view_row_changed (Thu
GtkTreePath *path,
GtkTreeIter *iter,
ThunarStandardView *standard_view);
-static void thunar_standard_view_rows_reordered (ThunarListModel *tree_model,
+static void thunar_standard_view_rows_reordered (ThunarListModel *model,
GtkTreePath *path,
GtkTreeIter *iter,
gpointer new_order,
@@ -3724,7 +3724,7 @@ thunar_standard_view_restore_selection_idle (ThunarStandardView *standard_view)
static void
-thunar_standard_view_rows_reordered (ThunarListModel *tree_model,
+thunar_standard_view_rows_reordered (ThunarListModel *model,
GtkTreePath *path,
GtkTreeIter *iter,
gpointer new_order,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list