aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdm-dialog.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/pdm-dialog.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/pdm-dialog.c')
-rw-r--r--src/pdm-dialog.c2
1 files changed, 1 insertions, 1 deletions
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)
{