aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-17 14:57:32 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:50 +0800
commitfdd6d71ab45cb312053bd84213ada4f58c67f54c (patch)
treebc9339c6f04182c839df6660bb8ee4d8ac28aa85 /addressbook/gui/contact-editor
parent8c632f9e6a663390dea06ff5ada9173841ac3162 (diff)
downloadgsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.tar
gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.tar.gz
gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.tar.bz2
gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.tar.lz
gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.tar.xz
gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.tar.zst
gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.zip
Bug #656722 - Incorrect prototype of notify:: signal callback
Diffstat (limited to 'addressbook/gui/contact-editor')
-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;