diff src/collect-table.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 767b53cd9ab7
children ddabc4873a3f
line wrap: on
line diff
--- a/src/collect-table.c	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/collect-table.c	Sun Apr 20 13:04:57 2008 +0000
@@ -383,7 +383,7 @@
 			{
 			info = work->data;
 			collection_table_select_util(ct, info, select);
-			
+
 			if (work->data != end)
 				work = work->next;
 			else
@@ -680,7 +680,7 @@
 	GList *list;
 
 	if (!ct->click_info) return;
-                                                                                                                               
+
 	if (INFO_SELECTED(ct->click_info))
 		{
 		list = g_list_copy(ct->selection);
@@ -812,7 +812,7 @@
 	menu_item_add_stock(menu, _("_Find duplicates..."), GTK_STOCK_FIND,
 			G_CALLBACK(collection_table_popup_find_dupes_cb), ct);
 	menu_item_add_stock_sensitive(menu, _("Print..."), GTK_STOCK_PRINT, over_icon,
-			G_CALLBACK(collection_table_popup_print_cb), ct);		
+			G_CALLBACK(collection_table_popup_print_cb), ct);
 
 	return menu;
 }
@@ -2010,7 +2010,7 @@
 	if (!ct->click_info) return;
 
 	selected = INFO_SELECTED(ct->click_info);
-	
+
 	switch (info)
 		{
 		case TARGET_APP_COLLECTION_MEMBER:
@@ -2177,7 +2177,7 @@
 
 	collection_table_scroll(ct, FALSE);
 }
- 
+
 static void collection_table_dnd_init(CollectTable *ct)
 {
 	gtk_drag_source_set(ct->listview, GDK_BUTTON1_MASK | GDK_BUTTON2_MASK,