diff options
author | Milan Crha <mcrha@redhat.com> | 2011-08-17 14:57:32 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:50 +0800 |
commit | fdd6d71ab45cb312053bd84213ada4f58c67f54c (patch) | |
tree | bc9339c6f04182c839df6660bb8ee4d8ac28aa85 /addressbook/gui/contact-editor | |
parent | 8c632f9e6a663390dea06ff5ada9173841ac3162 (diff) | |
download | gsoc2013-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.c | 2 |
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; |