[nautilus-actions] Fix minor typo



commit bb2907286a048fcc6b49fc6320dfd5033ad9a775
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Jun 24 17:18:46 2010 +0200

    Fix minor typo

 src/nact/nact-tree-model-dnd.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/nact/nact-tree-model-dnd.c b/src/nact/nact-tree-model-dnd.c
index a3699ef..04a042c 100644
--- a/src/nact/nact-tree-model-dnd.c
+++ b/src/nact/nact-tree-model-dnd.c
@@ -753,9 +753,7 @@ drop_inside_move_dest( NactTreeModel *model, GList *rows, GtkTreePath **dest )
 	for( it = rows ; it ; it = it->next ){
 		path = gtk_tree_row_reference_get_path(( GtkTreeRowReference * ) it->data );
 		if( path ){
-			if( gtk_tree_path_get_depth( path ) == 1 &&
-				gtk_tree_path_compare( path, *dest ) == -1 ){
-
+			if( gtk_tree_path_get_depth( path ) == 1 && gtk_tree_path_compare( path, *dest ) == -1 ){
 				before += 1;
 			}
 			gtk_tree_path_free( path );



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