diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-07-24 22:11:25 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-07-24 22:11:25 +0800 |
commit | 2d711c0baa9f758dc0d2c68a1a716afeaa758cfe (patch) | |
tree | 8d110ab712f6f6f0fba5903bd3f768294d1bad79 /addressbook/gui | |
parent | cd009b33d7b82d4965d5b43953f2b191c67b40dd (diff) | |
download | gsoc2013-evolution-2d711c0baa9f758dc0d2c68a1a716afeaa758cfe.tar.gz gsoc2013-evolution-2d711c0baa9f758dc0d2c68a1a716afeaa758cfe.tar.zst gsoc2013-evolution-2d711c0baa9f758dc0d2c68a1a716afeaa758cfe.zip |
Commented out reference to undefined function eab_search_dialog_new().
See #347910.
svn path=/trunk/; revision=32408
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index e4aff7983a..49f30f4720 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -1493,7 +1493,7 @@ search_activated (ESearchBar *esb, EABView *v) NULL); if (search_type == E_FILTERBAR_ADVANCED_ID) { - gtk_widget_show(eab_search_dialog_new(v)); + // gtk_widget_show(eab_search_dialog_new(v)); } else { if ((search_word && strlen (search_word)) || search_type == ESB_CATEGORY) { |