[evolution] Bug #670934 - Was saving ESourceList first, rather than last
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #670934 - Was saving ESourceList first, rather than last
- Date: Thu, 1 Mar 2012 13:25:40 +0000 (UTC)
commit 68242e0edc3948341ecab0f8739cf16961c60235
Author: Milan Crha <mcrha redhat com>
Date: Thu Mar 1 14:24:27 2012 +0100
Bug #670934 - Was saving ESourceList first, rather than last
calendar/gui/dialogs/calendar-setup.c | 6 +++---
modules/addressbook/addressbook-config.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/calendar/gui/dialogs/calendar-setup.c b/calendar/gui/dialogs/calendar-setup.c
index 377fd5c..bf77f8c 100644
--- a/calendar/gui/dialogs/calendar-setup.c
+++ b/calendar/gui/dialogs/calendar-setup.c
@@ -573,7 +573,7 @@ calendar_setup_edit_calendar (GtkWindow *parent,
items = g_slist_prepend (items, &eccp_items[i]);
e_config_add_items ((EConfig *) ec, items, eccp_free, sdialog);
e_config_add_page_check ((EConfig *) ec, NULL, eccp_check_complete, sdialog);
- g_signal_connect (
+ g_signal_connect_after (
ec, "commit",
G_CALLBACK (eccp_commit), sdialog);
@@ -633,7 +633,7 @@ calendar_setup_edit_task_list (GtkWindow *parent,
items = g_slist_prepend (items, &ectp_items[i]);
e_config_add_items ((EConfig *) ec, items, eccp_free, sdialog);
e_config_add_page_check ((EConfig *) ec, NULL, eccp_check_complete, sdialog);
- g_signal_connect (
+ g_signal_connect_after (
ec, "commit",
G_CALLBACK (eccp_commit), sdialog);
@@ -693,7 +693,7 @@ calendar_setup_edit_memo_list (GtkWindow *parent,
items = g_slist_prepend (items, &ecmp_items[i]);
e_config_add_items ((EConfig *) ec, items, eccp_free, sdialog);
e_config_add_page_check ((EConfig *) ec, NULL, eccp_check_complete, sdialog);
- g_signal_connect (
+ g_signal_connect_after (
ec, "commit",
G_CALLBACK (eccp_commit), sdialog);
diff --git a/modules/addressbook/addressbook-config.c b/modules/addressbook/addressbook-config.c
index 52283ea..3871cea 100644
--- a/modules/addressbook/addressbook-config.c
+++ b/modules/addressbook/addressbook-config.c
@@ -1335,7 +1335,7 @@ addressbook_config_edit_source (GtkWidget *parent,
e_config_add_items ((EConfig *) ec, items, eabc_free, sdialog);
e_config_add_page_check ((EConfig *) ec, NULL, eabc_check_complete, sdialog);
- g_signal_connect (
+ g_signal_connect_after (
ec, "commit",
G_CALLBACK (eabc_commit), sdialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]