[evolution/account-mgmt: 8/33] Adapt EContactListEditor to the new ESource API.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/account-mgmt: 8/33] Adapt EContactListEditor to the new ESource API.
- Date: Wed, 2 Mar 2011 03:46:19 +0000 (UTC)
commit 60b011dc1b08c974667e9e468ceee5b710e8fa4d
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Dec 8 00:16:45 2010 -0500
Adapt EContactListEditor to the new ESource API.
.../contact-list-editor/e-contact-list-editor.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 67c9c88..d10da50 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -869,10 +869,7 @@ contact_list_editor_fudge_new (EBook *book,
static void
setup_custom_widgets (EContactListEditor *editor)
{
- const gchar *key = "/apps/evolution/addressbook/sources";
GtkWidget *combo_box;
- GConfClient *client;
- ESourceList *source_list;
ENameSelectorEntry *name_selector_entry;
ENameSelector *name_selector;
GtkWidget *old, *parent;
@@ -884,11 +881,6 @@ setup_custom_widgets (EContactListEditor *editor)
priv = E_CONTACT_LIST_EDITOR_GET_PRIVATE (editor);
combo_box = WIDGET (SOURCE_MENU);
- client = gconf_client_get_default ();
- source_list = e_source_list_new_for_gconf (client, key);
- g_object_set (G_OBJECT (combo_box), "source-list", source_list, NULL);
- g_object_unref (source_list);
- g_object_unref (client);
g_signal_connect (
combo_box, "changed", G_CALLBACK (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]