diff src/ui_tree_edit.c @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents d907d608745f
children 48c8e49b571c
line wrap: on
line diff
--- a/src/ui_tree_edit.c	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/ui_tree_edit.c	Sun Apr 20 13:04:57 2008 +0000
@@ -296,7 +296,7 @@
 		g_list_free(renderers);
 
 		if (!cell) return FALSE;
-		
+
 		if (!gtk_tree_view_column_cell_get_position(tv_column, cell, &cell_x, &cell_width))
 			{
 			cell_x = 0;
@@ -342,9 +342,9 @@
 gint tree_view_row_get_visibility(GtkTreeView *widget, GtkTreeIter *iter, gint fully_visible)
 {
 	GtkTreeModel *store;
-	GtkTreePath *tpath;	
+	GtkTreePath *tpath;
 	gint cx, cy;
-                                                                                                                               
+
 	GdkRectangle vrect;
 	GdkRectangle crect;
 
@@ -448,10 +448,10 @@
 gint tree_path_to_row(GtkTreePath *tpath)
 {
 	gint *indices;
-                                                                                                                    
+
 	indices = gtk_tree_path_get_indices(tpath);
 	if (indices) return indices[0];
-                                                                                                                    
+
 	return -1;
 }