diff src/layout_config.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 9995c5fb202a
children ddabc4873a3f
line wrap: on
line diff
--- a/src/layout_config.c	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/layout_config.c	Sun Apr 20 13:04:57 2008 +0000
@@ -134,9 +134,9 @@
 	GtkTreeIter iter;
 	gint valid;
 	gint c = 0;
-                                                                                                                               
+
 	store = gtk_tree_view_get_model(GTK_TREE_VIEW(lc->listview));
-                                                                                                                               
+
 	valid = gtk_tree_model_get_iter_first(store, &iter);
 	while (valid)
 		{
@@ -198,7 +198,7 @@
 	LayoutConfig *lc;
 
 	lc = g_object_get_data(G_OBJECT(widget), "layout_config");
-	
+
 	if (lc) lc->style = GPOINTER_TO_INT(data);
 }
 
@@ -259,7 +259,7 @@
 	gtk_widget_show(table);
 
 	gtk_widget_show(group);
-	
+
 	return group;
 }
 
@@ -356,12 +356,12 @@
 		gtk_list_store_append(store, &iter);
 		gtk_list_store_set(store, &iter, COLUMN_TEXT, _(layout_titles[i]), COLUMN_KEY, i, -1);
 		}
-	
+
 	gtk_container_add(GTK_CONTAINER(scrolled), lc->listview);
 	gtk_widget_show(lc->listview);
 
 	pref_label_new(lc->box, _("(drag to change order)"));
-	
+
 	return lc->box;
 }