aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-07-15 14:18:20 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-07-15 14:28:09 +0800
commit40980857f7ae2c5675d59901bdcb9bdf452a27ae (patch)
tree740b0985390c5f253c6c75053a2a859bcc721012 /src/ephy-location-action.c
parentcba05e0039991743b38f2fc887d1ddda9055c2fb (diff)
downloadgsoc2013-epiphany-40980857f7ae2c5675d59901bdcb9bdf452a27ae.tar
gsoc2013-epiphany-40980857f7ae2c5675d59901bdcb9bdf452a27ae.tar.gz
gsoc2013-epiphany-40980857f7ae2c5675d59901bdcb9bdf452a27ae.tar.bz2
gsoc2013-epiphany-40980857f7ae2c5675d59901bdcb9bdf452a27ae.tar.lz
gsoc2013-epiphany-40980857f7ae2c5675d59901bdcb9bdf452a27ae.tar.xz
gsoc2013-epiphany-40980857f7ae2c5675d59901bdcb9bdf452a27ae.tar.zst
gsoc2013-epiphany-40980857f7ae2c5675d59901bdcb9bdf452a27ae.zip
Adapt to GtkNotebook signal signature changes
Bug #624421
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r--src/ephy-location-action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c
index a5c336a71..53422c15c 100644
--- a/src/ephy-location-action.c
+++ b/src/ephy-location-action.c
@@ -439,7 +439,7 @@ focus_out_event_cb (GtkWidget *entry,
static void
switch_page_cb (GtkNotebook *notebook,
- GtkNotebookPage *page,
+ GtkWidget *page,
guint page_num,
GtkAction *action)
{