[gnome-calendar] manager: fix bug #751209
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] manager: fix bug #751209
- Date: Sun, 21 Jun 2015 01:57:55 +0000 (UTC)
commit afdd726daf30b599da4e12b1027492479102e236
Author: Milan Crha <mcrha redhat com>
Date: Fri Jun 19 07:30:00 2015 -0300
manager: fix bug #751209
https://bugzilla.gnome.org/show_bug.cgi?id=751209
src/gcal-source-dialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index a76fce3..842dc54 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -2144,8 +2144,8 @@ goa_client_ready_cb (GcalSourceDialog *dialog,
add_goa_account (dialog, goa_object_get_account (l->data));
/* Be ready to other accounts */
- g_signal_connect (client, "account-added", G_CALLBACK (goa_account_added_cb), user_data);
- g_signal_connect (client, "account-removed", G_CALLBACK (goa_account_removed_cb), user_data);
+ g_signal_connect (client, "account-added", G_CALLBACK (goa_account_added_cb), dialog);
+ g_signal_connect (client, "account-removed", G_CALLBACK (goa_account_removed_cb), dialog);
g_list_free (accounts);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]