aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-17 14:57:32 +0800
committerMilan Crha <mcrha@redhat.com>2011-08-17 14:57:32 +0800
commitcdf7dc43ec5a42ec9962223e54ec80ce678a807e (patch)
tree5a3e38904d957d815caecb093e1cde457df89dec /addressbook/gui/contact-editor/e-contact-editor.c
parenta462d33a6da18e08667a7111c70cef72fca86dc5 (diff)
downloadgsoc2013-evolution-cdf7dc43ec5a42ec9962223e54ec80ce678a807e.tar
gsoc2013-evolution-cdf7dc43ec5a42ec9962223e54ec80ce678a807e.tar.gz
gsoc2013-evolution-cdf7dc43ec5a42ec9962223e54ec80ce678a807e.tar.bz2
gsoc2013-evolution-cdf7dc43ec5a42ec9962223e54ec80ce678a807e.tar.lz
gsoc2013-evolution-cdf7dc43ec5a42ec9962223e54ec80ce678a807e.tar.xz
gsoc2013-evolution-cdf7dc43ec5a42ec9962223e54ec80ce678a807e.tar.zst
gsoc2013-evolution-cdf7dc43ec5a42ec9962223e54ec80ce678a807e.zip
Bug #656722 - Incorrect prototype of notify:: signal callback
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 3d76a401eb..5dd02b48e6 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -4253,7 +4253,7 @@ e_contact_editor_new (EShell *shell,
}
static void
-notify_readonly_cb (EBookClient *book_client, EContactEditor *ce)
+notify_readonly_cb (EBookClient *book_client, GParamSpec *pspec, EContactEditor *ce)
{
gint new_target_editable;
gboolean changed = FALSE;