aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-selector.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-12-08 13:16:09 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:39 +0800
commit571e5e17f8b3dae8ecd81cd1f437ebb128159575 (patch)
tree5c96bd734f741f6af41eb97ac2657dae93f4cb20 /addressbook/gui/widgets/e-addressbook-selector.h
parentb99b09e4570d7b24c23fc8b97606eaa9057bbd5c (diff)
downloadgsoc2013-evolution-571e5e17f8b3dae8ecd81cd1f437ebb128159575.tar
gsoc2013-evolution-571e5e17f8b3dae8ecd81cd1f437ebb128159575.tar.gz
gsoc2013-evolution-571e5e17f8b3dae8ecd81cd1f437ebb128159575.tar.bz2
gsoc2013-evolution-571e5e17f8b3dae8ecd81cd1f437ebb128159575.tar.lz
gsoc2013-evolution-571e5e17f8b3dae8ecd81cd1f437ebb128159575.tar.xz
gsoc2013-evolution-571e5e17f8b3dae8ecd81cd1f437ebb128159575.tar.zst
gsoc2013-evolution-571e5e17f8b3dae8ecd81cd1f437ebb128159575.zip
Adapt addressbook/gui/widgets to the new ESource API.
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-selector.h')
-rw-r--r--addressbook/gui/widgets/e-addressbook-selector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-selector.h b/addressbook/gui/widgets/e-addressbook-selector.h
index c0102cb3b8..d4d6ad8abd 100644
--- a/addressbook/gui/widgets/e-addressbook-selector.h
+++ b/addressbook/gui/widgets/e-addressbook-selector.h
@@ -21,7 +21,6 @@
#ifndef E_ADDRESSBOOK_SELECTOR_H
#define E_ADDRESSBOOK_SELECTOR_H
-#include <libedataserver/e-source-list.h>
#include <libedataserverui/e-source-selector.h>
#include "e-addressbook-view.h"
@@ -60,7 +59,7 @@ struct _EAddressbookSelectorClass {
};
GType e_addressbook_selector_get_type (void);
-GtkWidget * e_addressbook_selector_new (ESourceList *source_list);
+GtkWidget * e_addressbook_selector_new (ESourceRegistry *registry);
EAddressbookView *
e_addressbook_selector_get_current_view
(EAddressbookSelector *selector);