[gtranslator] Show the next message of the one you are editing.



commit a103999e5e3a976ad8d4fa3829bf6f4055b92645
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Aug 17 20:44:05 2009 +0200

    Show the next message of the one you are editing.
    
    Show the next message of the one you are editing (Fixes bug #584692)

 src/message-table.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/message-table.c b/src/message-table.c
index 13c2fdc..9481835 100644
--- a/src/message-table.c
+++ b/src/message-table.c
@@ -101,7 +101,9 @@ showed_message_cb (GtranslatorTab *tab,
 				 path);
 	
 	gtk_tree_selection_select_iter (selection, &iter);
-				       
+	
+	gtk_tree_path_next (path);
+	
 	gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (table->priv->treeview),
 				      path,
 				      NULL,



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