aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/pdm-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c
index d934225ac..68f054479 100755
--- a/src/pdm-dialog.c
+++ b/src/pdm-dialog.c
@@ -773,12 +773,12 @@ pdm_dialog_password_remove (PdmActionInfo *info,
* selection in the process.
*/
g_signal_handlers_block_by_func
- (manager, G_CALLBACK (passwords_changed_cb), info);
+ (manager, G_CALLBACK (passwords_changed_cb), info->dialog);
ephy_password_manager_remove (manager, pinfo);
g_signal_handlers_unblock_by_func
- (manager, G_CALLBACK (passwords_changed_cb), info);
+ (manager, G_CALLBACK (passwords_changed_cb), info->dialog);
}
/* common routines */