aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/proxy.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2010-07-26 09:39:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-26 09:49:18 +0800
commit13cf1d104bbacffaf09393678c12a7efadd53139 (patch)
treef7881365b0da01f6dc7f07f65cdbeab9f3259bfd /plugins/groupwise-features/proxy.c
parent17a23313c704bb4b61344bd764280e03f40f05c3 (diff)
downloadgsoc2013-evolution-13cf1d104bbacffaf09393678c12a7efadd53139.tar
gsoc2013-evolution-13cf1d104bbacffaf09393678c12a7efadd53139.tar.gz
gsoc2013-evolution-13cf1d104bbacffaf09393678c12a7efadd53139.tar.bz2
gsoc2013-evolution-13cf1d104bbacffaf09393678c12a7efadd53139.tar.lz
gsoc2013-evolution-13cf1d104bbacffaf09393678c12a7efadd53139.tar.xz
gsoc2013-evolution-13cf1d104bbacffaf09393678c12a7efadd53139.tar.zst
gsoc2013-evolution-13cf1d104bbacffaf09393678c12a7efadd53139.zip
Bug 624534 - Adapt to GTK+ GtkNotebookPage changes
Diffstat (limited to 'plugins/groupwise-features/proxy.c')
-rw-r--r--plugins/groupwise-features/proxy.c4
1 files changed, 2 insertions, 2 deletions
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;