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/pdm-dialog.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/pdm-dialog.c')
-rw-r--r-- | src/pdm-dialog.c | 2 |
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) { |