[evolution-ews/gnome-2-28] Bug 713615 - [EWS] 'cache offline address book' gets disabled (bnc).



commit 9166f6f5286711e6c077e82cc981439f0095b5dc
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Mon Sep 12 08:33:13 2011 +0530

    Bug 713615 - [EWS] 'cache offline address book' gets disabled (bnc).

 .../exchange-ews-account-setup.c                   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-ews-account-setup.c b/src/account-setup-eplugin/exchange-ews-account-setup.c
index 92d8dde..d14d0a8 100644
--- a/src/account-setup-eplugin/exchange-ews-account-setup.c
+++ b/src/account-setup-eplugin/exchange-ews-account-setup.c
@@ -596,6 +596,7 @@ ews_assistant_page_changed_cb (GtkAssistant *assistant, GtkWidget *page, gpointe
 static void
 ews_page_switched_cb (GtkNotebook *notebook, GtkWidget *page, guint page_num, gpointer user_data)
 {
+	page = gtk_notebook_get_nth_page (notebook, page_num);
 	ews_prepare_receive_options_page (page, user_data);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]