From d92fac9f31ee8f811e782fa1913883226ac03fb5 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 16 Nov 2011 16:16:34 -0500 Subject: [PATCH] * #6902: removed whitespace --- gnome/src/config/accountconfigdialog.c | 2 ++ gnome/src/contacts/searchbar.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome/src/config/accountconfigdialog.c b/gnome/src/config/accountconfigdialog.c index 54a221e75b..68d0bd5899 100644 --- a/gnome/src/config/accountconfigdialog.c +++ b/gnome/src/config/accountconfigdialog.c @@ -1030,7 +1030,9 @@ GtkWidget* create_advanced_tab(account_t *a) GtkWidget *vbox, *frame; + vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 10); + gtk_container_set_border_width(GTK_CONTAINER(vbox), 10); frame = create_registration_expire(a); diff --git a/gnome/src/contacts/searchbar.c b/gnome/src/contacts/searchbar.c index ec8a7ac42b..e48efafbc3 100644 --- a/gnome/src/contacts/searchbar.c +++ b/gnome/src/contacts/searchbar.c @@ -139,7 +139,6 @@ void update_searchbar_addressbook_list() if (book_data && book_data->active) { - gtk_list_store_append(liststore, &iter); gtk_list_store_set(liststore, &iter, 0, book_data->name, -1); -- GitLab