aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-component.c
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-01-30 04:04:38 +0800
committerHans Petter <hansp@src.gnome.org>2004-01-30 04:04:38 +0800
commite02f8da905a348d58484660455038555043d09c8 (patch)
treefffc2661b67d557d7332fe3dfe2e153fa77e568b /addressbook/gui/component/addressbook-component.c
parent508cff9c057a40f40d882d58dc165645825f4204 (diff)
downloadgsoc2013-evolution-e02f8da905a348d58484660455038555043d09c8.tar
gsoc2013-evolution-e02f8da905a348d58484660455038555043d09c8.tar.gz
gsoc2013-evolution-e02f8da905a348d58484660455038555043d09c8.tar.bz2
gsoc2013-evolution-e02f8da905a348d58484660455038555043d09c8.tar.lz
gsoc2013-evolution-e02f8da905a348d58484660455038555043d09c8.tar.xz
gsoc2013-evolution-e02f8da905a348d58484660455038555043d09c8.tar.zst
gsoc2013-evolution-e02f8da905a348d58484660455038555043d09c8.zip
Sync the modified source list.
2004-01-29 Hans Petter Jansson <hpj@ximian.com> * gui/component/addressbook-config.c (dialog_to_source): Sync the modified source list. * gui/component/addressbook-component.c (delete_addressbook_cb): Sync the modified source list. svn path=/trunk/; revision=24525
Diffstat (limited to 'addressbook/gui/component/addressbook-component.c')
-rw-r--r--addressbook/gui/component/addressbook-component.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index 1fa8c67f53..44076bfceb 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -220,6 +220,8 @@ delete_addressbook_cb (GtkWidget *widget, AddressbookComponent *comp)
e_source_group_remove_source (e_source_peek_group (selected_source), selected_source);
+ e_source_list_sync (priv->source_list, NULL);
+
/* FIXME: Remove local data */
}