aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-04-12 13:58:10 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-04-12 13:58:10 +0800
commit035c9fbfa8d43eded3d91869df0471defc39f1fd (patch)
tree8fdc1b605a5580a98d606d429d86edd6b146d754 /widgets
parentf07d2d6f969cc67db26727daec031d5770a6f460 (diff)
downloadgsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.gz
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.bz2
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.lz
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.xz
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.zst
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.zip
** Remove a bunch of juvenile comments. Source code should look
2009-04-12 Matthew Barnes <mbarnes@redhat.com> ** Remove a bunch of juvenile comments. Source code should look professional, even if some developers are not. svn path=/trunk/; revision=37514
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-filter-bar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/misc/e-filter-bar.c b/widgets/misc/e-filter-bar.c
index 65b25c3986..a52756943c 100644
--- a/widgets/misc/e-filter-bar.c
+++ b/widgets/misc/e-filter-bar.c
@@ -383,8 +383,6 @@ build_items (ESearchBar *esb, ESearchBarItem *items, int type, int *start, GPtrA
GSList *gtksux = NULL;
int num;
- /* So gtk calls a signal again if you connect to it WHILE inside a changed event.
- So this snot is to work around that shit fucked up situation */
for (i=0;i<rules->len;i++)
gtksux = g_slist_prepend(gtksux, rules->pdata[i]);