diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-19 02:05:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-19 02:05:38 +0800 |
commit | dcf2c0e754d6e251733cea74c2427738122620af (patch) | |
tree | 358d2c639c2a5b5cf5fc8f28c515076f8b4d4e5d /widgets/misc/e-search-bar.c | |
parent | 76fc1247ba88575c0f6e0040672e19e66f53da4f (diff) | |
download | gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.gz gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.bz2 gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.lz gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.xz gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.zst gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.zip |
More whitespace cleanup.
Diffstat (limited to 'widgets/misc/e-search-bar.c')
-rw-r--r-- | widgets/misc/e-search-bar.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c index 36e0e6dc52..0a778531b7 100644 --- a/widgets/misc/e-search-bar.c +++ b/widgets/misc/e-search-bar.c @@ -77,10 +77,10 @@ static void emit_query_changed (ESearchBar *esb); static void esb_paint_label (GtkWidget *label, gboolean active) { - static char *sens = NULL; - static char *insens = NULL; - char *text; - + static gchar *sens = NULL; + static gchar *insens = NULL; + gchar *text; + if (!label) return; @@ -564,7 +564,7 @@ scopeoption_changed_cb (GtkWidget *option_menu, ESearchBar *search_bar) if (!(text && *text)) gtk_widget_grab_focus (search_bar->entry); - if(!search_bar->block_search) + if (!search_bar->block_search) emit_query_changed (search_bar); g_free (text); @@ -985,7 +985,6 @@ idle_activate_hack (gpointer ptr) return FALSE; } - void e_search_bar_construct (ESearchBar *search_bar, ESearchBarItem *menu_items, |