diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-14 10:51:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-14 10:51:11 +0800 |
commit | 6b12be62e100934ccae65f197c8c7eef2c8ae3a4 (patch) | |
tree | 1323080c8665ed0d3024545345cba825708de76d /widgets/misc/e-search-bar.c | |
parent | 6ee3d89d0b3707cc6f48b1e0c9099623fd034c92 (diff) | |
download | gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.gz gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.zst gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.zip |
Fix coding style.
Diffstat (limited to 'widgets/misc/e-search-bar.c')
-rw-r--r-- | widgets/misc/e-search-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c index acd52ece6f..b2f1a314e2 100644 --- a/widgets/misc/e-search-bar.c +++ b/widgets/misc/e-search-bar.c @@ -1451,7 +1451,7 @@ e_search_bar_set_search_scope (ESearchBar *search_bar, gint id) gint row; g_return_if_fail (E_IS_SEARCH_BAR (search_bar)); - + if (!search_bar->scopeoption_menu) return; row = find_id (search_bar->scopeoption_menu, id, "EsbItemId", NULL); |