[evolution] Bug #592551 - Build break fix caused by bug #581288
- From: Milan Crha <mcrha src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug #592551 - Build break fix caused by bug #581288
- Date: Fri, 21 Aug 2009 10:36:26 +0000 (UTC)
commit dc3973b535b902ff1e7b69a5c71a832657de22a7
Author: Milan Crha <mcrha redhat com>
Date: Fri Aug 21 12:33:28 2009 +0200
Bug #592551 - Build break fix caused by bug #581288
calendar/gui/dialogs/memo-page.c | 2 +-
calendar/gui/e-meeting-list-view.c | 2 +-
plugins/groupwise-features/share-folder.h | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c
index 83cd00a..8026a46 100644
--- a/calendar/gui/dialogs/memo-page.c
+++ b/calendar/gui/dialogs/memo-page.c
@@ -437,7 +437,7 @@ fill_comp_with_recipients (ENameSelector *name_selector, ECalComponent *comp)
gchar *uri = e_contact_get (contact, E_CONTACT_BOOK_URI);
dialog = e_name_selector_peek_dialog (name_selector);
- c_store = dialog->name_selector_model->contact_store;
+ c_store = e_name_selector_dialog_peek_model (dialog)->contact_store;
books = e_contact_store_get_books (c_store);
for (l = books; l; l = l->next) {
diff --git a/calendar/gui/e-meeting-list-view.c b/calendar/gui/e-meeting-list-view.c
index d4b87fc..29a4f53 100644
--- a/calendar/gui/e-meeting-list-view.c
+++ b/calendar/gui/e-meeting-list-view.c
@@ -774,7 +774,7 @@ process_section (EMeetingListView *view, GList *destinations, icalparameter_role
gchar *uri = e_contact_get (contact, E_CONTACT_BOOK_URI);
dialog = e_name_selector_peek_dialog (view->priv->name_selector);
- c_store = dialog->name_selector_model->contact_store;
+ c_store = e_name_selector_dialog_peek_model (dialog)->contact_store;
books = e_contact_store_get_books (c_store);
for (l = books; l; l = l->next) {
diff --git a/plugins/groupwise-features/share-folder.h b/plugins/groupwise-features/share-folder.h
index 5108d02..8f1f935 100644
--- a/plugins/groupwise-features/share-folder.h
+++ b/plugins/groupwise-features/share-folder.h
@@ -30,6 +30,7 @@ G_BEGIN_DECLS
#include <camel/camel-store.h>
#include <e-gw-connection.h>
#include <libedataserverui/e-name-selector.h>
+#include <glade/glade-xml.h>
#define _SHARE_FOLDER_TYPE (share_folder_get_type ())
#define SHARE_FOLDER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SHARE_FOLDER, ShareFolder))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]