[evolution/gnome-2-28] Improve comments: widgets/misc/e-filter-bar.c



commit 6611fab1c4f556f5b7d8dbf7602a6b43301935f6
Author: Yan Li <yanli infradead org>
Date:   Tue Nov 17 15:02:06 2009 +0800

    Improve comments: widgets/misc/e-filter-bar.c

 widgets/misc/e-filter-bar.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/widgets/misc/e-filter-bar.c b/widgets/misc/e-filter-bar.c
index 42fc038..5a86f6f 100644
--- a/widgets/misc/e-filter-bar.c
+++ b/widgets/misc/e-filter-bar.c
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -363,6 +364,8 @@ dup_item_no_subitems (ESearchBarItem *dest,
 	dest->type = src->type;
 }
 
+/* Build filter bar menu items from system/user rules + custom items +
+   "Advanced Search" */
 static GArray *
 build_items (ESearchBar *esb, ESearchBarItem *items, gint type, gint *start, GPtrArray *rules)
 {
@@ -428,7 +431,7 @@ build_items (ESearchBar *esb, ESearchBarItem *items, gint type, gint *start, GPt
 		g_ptr_array_add (rules, rule);
 	}
 
-	/* anything elft in gtksux has gone away, and we need to unref/disconnect from it */
+	/* anything left in gtksux has gone away, and we need to unref/disconnect from it */
 	while (gtksux) {
 		GSList *next;
 



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