Skip to content
Snippets Groups Projects
Commit d92fac9f authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #6902: removed whitespace

parent 3f766218
No related branches found
No related tags found
No related merge requests found
...@@ -1030,7 +1030,9 @@ GtkWidget* create_advanced_tab(account_t *a) ...@@ -1030,7 +1030,9 @@ GtkWidget* create_advanced_tab(account_t *a)
GtkWidget *vbox, *frame; GtkWidget *vbox, *frame;
vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 10); vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 10);
gtk_container_set_border_width(GTK_CONTAINER(vbox), 10); gtk_container_set_border_width(GTK_CONTAINER(vbox), 10);
frame = create_registration_expire(a); frame = create_registration_expire(a);
......
...@@ -139,7 +139,6 @@ void update_searchbar_addressbook_list() ...@@ -139,7 +139,6 @@ void update_searchbar_addressbook_list()
if (book_data && book_data->active) { if (book_data && book_data->active) {
gtk_list_store_append(liststore, &iter); gtk_list_store_append(liststore, &iter);
gtk_list_store_set(liststore, &iter, 0, book_data->name, -1); gtk_list_store_set(liststore, &iter, 0, book_data->name, -1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment