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 /widgets | |
parent | 8c632f9e6a663390dea06ff5ada9173841ac3162 (diff) | |
download | gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.tar.gz gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.tar.zst gsoc2013-evolution-fdd6d71ab45cb312053bd84213ada4f58c67f54c.zip |
Bug #656722 - Incorrect prototype of notify:: signal callback
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-contact-map-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-contact-map-window.c b/widgets/misc/e-contact-map-window.c index 41570ee748..2984d4094d 100644 --- a/widgets/misc/e-contact-map-window.c +++ b/widgets/misc/e-contact-map-window.c @@ -130,7 +130,7 @@ contact_map_window_zoom_out_cb (GtkButton *button, } static void zoom_level_changed_cb (ChamplainView *view, - gint bzoom_level, + GParamSpec *pspec, gpointer user_data) { EContactMapWindow *window = user_data; |