aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/ephy-location-action.c2
-rw-r--r--src/ephy-notebook.c2
-rw-r--r--src/ephy-window.c4
-rw-r--r--src/pdm-dialog.c2
4 files changed, 5 insertions, 5 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)
{
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index ee481fa4a..ed80541b0 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -329,7 +329,7 @@ button_press_cb (EphyNotebook *notebook,
static void
ephy_notebook_switch_page_cb (GtkNotebook *notebook,
- GtkNotebookPage *page,
+ GtkWidget *page,
guint page_num,
gpointer data)
{
diff --git a/src/ephy-window.c b/src/ephy-window.c
index e4e9e34d1..d5c751135 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -86,7 +86,7 @@ static EphyEmbed *ephy_window_open_link (EphyLink *link,
EphyEmbed *embed,
EphyLinkFlags flags);
static void notebook_switch_page_cb (GtkNotebook *notebook,
- GtkNotebookPage *page,
+ GtkWidget *page,
guint page_num,
EphyWindow *window);
static void ephy_window_view_toolbar_cb (GtkAction *action,
@@ -3780,7 +3780,7 @@ ephy_window_show (GtkWidget *widget)
static void
notebook_switch_page_cb (GtkNotebook *notebook,
- GtkNotebookPage *page,
+ GtkWidget *page,
guint page_num,
EphyWindow *window)
{
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c
index fcd755e7b..9a97a5bce 100644
--- a/src/pdm-dialog.c
+++ b/src/pdm-dialog.c
@@ -1508,7 +1508,7 @@ pdm_dialog_password_remove (PdmActionInfo *info,
static void
sync_notebook_tab (GtkWidget *notebook,
- GtkNotebookPage *page,
+ GtkWidget *page,
int page_num,
PdmDialog *dialog)
{