diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-07-15 14:18:20 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-07-15 14:28:09 +0800 |
commit | 40980857f7ae2c5675d59901bdcb9bdf452a27ae (patch) | |
tree | 740b0985390c5f253c6c75053a2a859bcc721012 /src/ephy-location-action.c | |
parent | cba05e0039991743b38f2fc887d1ddda9055c2fb (diff) | |
download | gsoc2013-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.c | 2 |
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) { |