From fff6092743b55e8ad69e8e9bbb9d9fd6124c5e8e Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 27 Feb 2004 21:03:20 +0000 Subject: add missing "break" to PROP_SOURCE's case. 2004-02-27 Chris Toshok * gui/widgets/e-addressbook-view.c (eab_view_set_property): add missing "break" to PROP_SOURCE's case. svn path=/trunk/; revision=24913 --- addressbook/gui/widgets/e-addressbook-view.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 3b60560c11..a565f4a2e8 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -654,6 +654,7 @@ eab_view_set_property (GObject *object, guint prop_id, const GValue *value, GPar eav->source = NULL; } } + break; case PROP_QUERY: #if 0 /* This code will mess up ldap a bit. We need to think about the ramifications of this more. */ if ((g_value_get_string (value) == NULL && !strcmp (eav->query, SHOW_ALL_SEARCH)) || -- cgit v1.2.3