diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/search/e-addressbook-search-dialog.c | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-util.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/search/e-addressbook-search-dialog.c b/addressbook/gui/search/e-addressbook-search-dialog.c index 443c30f6a5..eefd170a73 100644 --- a/addressbook/gui/search/e-addressbook-search-dialog.c +++ b/addressbook/gui/search/e-addressbook-search-dialog.c @@ -112,7 +112,6 @@ e_addressbook_search_dialog_init (EAddressbookSearchDialog *view) { GtkDialog *dialog = GTK_DIALOG (view); - gtk_window_set_policy(GTK_WINDOW(view), FALSE, TRUE, FALSE); gtk_window_set_default_size (GTK_WINDOW (view), 550, 400); gtk_window_set_title(GTK_WINDOW(view), _("Advanced Search")); view->search = get_widget(view); diff --git a/addressbook/gui/widgets/e-addressbook-util.c b/addressbook/gui/widgets/e-addressbook-util.c index 1226698486..31f6169112 100644 --- a/addressbook/gui/widgets/e-addressbook-util.c +++ b/addressbook/gui/widgets/e-addressbook-util.c @@ -24,6 +24,7 @@ #include "ebook/e-destination.h" #include <gnome.h> +#include <gal/util/e-util.h> #include "e-card-merging.h" #include <shell/evolution-shell-client.h> |