empathy r1903 - trunk/src



Author: xclaesse
Date: Fri Nov 21 16:24:32 2008
New Revision: 1903
URL: http://svn.gnome.org/viewvc/empathy?rev=1903&view=rev

Log:
Fix a comment phrasing

Modified:
   trunk/src/empathy-ft-manager.c

Modified: trunk/src/empathy-ft-manager.c
==============================================================================
--- trunk/src/empathy-ft-manager.c	(original)
+++ trunk/src/empathy-ft-manager.c	Fri Nov 21 16:24:32 2008
@@ -463,7 +463,7 @@
     {
       gint n_row;
 
-      /* There is no last row, set iter to the last row */
+      /* There is no next row, set iter to the last row */
       n_row = gtk_tree_model_iter_n_children (ft_manager->priv->model, NULL);
       if (n_row > 0)
         gtk_tree_model_iter_nth_child (ft_manager->priv->model, &iter, NULL,



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