From 13cf1d104bbacffaf09393678c12a7efadd53139 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sun, 25 Jul 2010 21:39:18 -0400 Subject: Bug 624534 - Adapt to GTK+ GtkNotebookPage changes --- plugins/groupwise-features/proxy.c | 4 ++-- plugins/plugin-manager/plugin-manager.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/groupwise-features/proxy.c b/plugins/groupwise-features/proxy.c index fb0e786239..d8471ab050 100644 --- a/plugins/groupwise-features/proxy.c +++ b/plugins/groupwise-features/proxy.c @@ -59,7 +59,7 @@ static GObjectClass *parent_class = NULL; -static gboolean proxy_page_changed_cb (GtkNotebook *notebook, GtkNotebookPage *page, gint num, EAccount *account); +static gboolean proxy_page_changed_cb (GtkNotebook *notebook, GtkWidget *page, gint num, EAccount *account); struct _proxyDialogPrivate { /* UI data for the Add/Edit Proxy dialog*/ @@ -721,7 +721,7 @@ org_gnome_proxy (EPlugin *epl, EConfigHookItemFactoryData *data) } static gboolean -proxy_page_changed_cb (GtkNotebook *notebook, GtkNotebookPage *page, gint num, EAccount *account) +proxy_page_changed_cb (GtkNotebook *notebook, GtkWidget *page, gint num, EAccount *account) { proxyDialog *prd; proxyDialogPrivate *priv; diff --git a/plugins/plugin-manager/plugin-manager.c b/plugins/plugin-manager/plugin-manager.c index 85a8bb3eaf..996f07810f 100644 --- a/plugins/plugin-manager/plugin-manager.c +++ b/plugins/plugin-manager/plugin-manager.c @@ -91,7 +91,7 @@ eppm_set_label (GtkLabel *l, const gchar *v) static void eppm_switch_page_cb (GtkNotebook *notebook, - GtkNotebookPage *page, + GtkWidget *page, guint page_num) { last_selected_page = page_num; -- cgit