[Xfce4-commits] [xfce/thunar] 01/01: Fix comments

noreply at xfce.org noreply at xfce.org
Thu Apr 16 22:25:01 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 2235b4c1f9ba18eebe7343071e57669a5d51a060
Author: Harald Judt <h.judt at gmx.at>
Date:   Thu Apr 16 22:23:23 2015 +0200

    Fix comments
---
 thunar/thunar-list-model.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-list-model.c b/thunar/thunar-list-model.c
index 755c706..3245520 100644
--- a/thunar/thunar-list-model.c
+++ b/thunar/thunar-list-model.c
@@ -1679,7 +1679,7 @@ thunar_list_model_set_case_sensitive (ThunarListModel *store,
       g_object_notify_by_pspec (G_OBJECT (store), list_model_props[PROP_CASE_SENSITIVE]);
 
       /* emit a "changed" signal for each row, so the display is
-         reloaded with the new binary file size setting */
+         reloaded with the new case sensitive size setting */
       gtk_tree_model_foreach (GTK_TREE_MODEL (store),
                               (GtkTreeModelForeachFunc) gtk_tree_model_row_changed,
                               NULL);
@@ -1889,7 +1889,7 @@ thunar_list_model_set_folders_first (ThunarListModel *store,
   thunar_list_model_sort (store);
 
   /* emit a "changed" signal for each row, so the display is
-     reloaded with the new binary file size setting */
+     reloaded with the new folders first setting */
   gtk_tree_model_foreach (GTK_TREE_MODEL (store),
                           (GtkTreeModelForeachFunc) gtk_tree_model_row_changed,
                           NULL);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list