Author: benny
Date: 2006-09-12 16:44:34 +0000 (Tue, 12 Sep 2006)
New Revision: 23133

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar/thunar-renamer-model.c
Log:
2006-09-12      Benedikt Meurer <[EMAIL PROTECTED]>

        * thunar/thunar-renamer-model.c(thunar_renamer_model_iter_n_children):
          Fix typo.




Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog      2006-09-12 15:40:03 UTC (rev 23132)
+++ thunar/trunk/ChangeLog      2006-09-12 16:44:34 UTC (rev 23133)
@@ -1,3 +1,8 @@
+2006-09-12     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * thunar/thunar-renamer-model.c(thunar_renamer_model_iter_n_children):
+         Fix typo.
+
 2006-09-11     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * thunar-vfs/thunar-vfs-io-local-xfer.c

Modified: thunar/trunk/thunar/thunar-renamer-model.c
===================================================================
--- thunar/trunk/thunar/thunar-renamer-model.c  2006-09-12 15:40:03 UTC (rev 
23132)
+++ thunar/trunk/thunar/thunar-renamer-model.c  2006-09-12 16:44:34 UTC (rev 
23133)
@@ -87,7 +87,7 @@
                                                                          
GtkTreeIter             *parent);
 static gboolean                thunar_renamer_model_iter_has_child      
(GtkTreeModel            *tree_model,
                                                                          
GtkTreeIter             *iter);
-static gboolean                thunar_renamer_model_iter_n_children     
(GtkTreeModel            *tree_model,
+static gint                    thunar_renamer_model_iter_n_children     
(GtkTreeModel            *tree_model,
                                                                          
GtkTreeIter             *iter);
 static gboolean                thunar_renamer_model_iter_nth_child      
(GtkTreeModel            *tree_model,
                                                                          
GtkTreeIter             *iter,
@@ -566,7 +566,7 @@
 
 
 
-static gboolean
+static gint
 thunar_renamer_model_iter_n_children (GtkTreeModel *tree_model,
                                       GtkTreeIter  *iter)
 {

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to