aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor-page.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-06-08 23:58:12 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-06-08 23:58:12 +0800
commit7601e9e71eb0f412b7671954c8724e1820e519cd (patch)
tree412e8c2d6396369899c4cebd0d1f217b07bffd66 /calendar/gui/dialogs/comp-editor-page.c
parentc2d7dc57764bc05a28d3b765f50ccff901524fba (diff)
downloadgsoc2013-evolution-7601e9e71eb0f412b7671954c8724e1820e519cd.tar
gsoc2013-evolution-7601e9e71eb0f412b7671954c8724e1820e519cd.tar.gz
gsoc2013-evolution-7601e9e71eb0f412b7671954c8724e1820e519cd.tar.bz2
gsoc2013-evolution-7601e9e71eb0f412b7671954c8724e1820e519cd.tar.lz
gsoc2013-evolution-7601e9e71eb0f412b7671954c8724e1820e519cd.tar.xz
gsoc2013-evolution-7601e9e71eb0f412b7671954c8724e1820e519cd.tar.zst
gsoc2013-evolution-7601e9e71eb0f412b7671954c8724e1820e519cd.zip
do not set the private client here, it is set in comp-editor.c.
2004-06-08 Rodrigo Moya <rodrigo@novell.com> * gui/dialogs/comp-editor-page.c (comp_editor_page_notify_client_changed): do not set the private client here, it is set in comp-editor.c. * gui/dialogs/event-page.c (sensitize_widgets): new function. (source_changed_cb): call sensitize_buttons(). * gui/dialogs/recurrence-page.c (sensitize_buttons): new function, to deal correctly with the sensitivity of all widgets in the page. (recurrence_page_fill_widgets, type_toggled_cb, client_changed_cb): call sensitize_buttons() instead of sensitize_recur_widgets(). (recurrence_page_construct): g_signal_connect_after for "client_changed", to get notifications after CompEditorPage gets his. * gui/dialogs/alarm-page.c (sensitize_buttons): sensitize the missing widgets in the page. (alarm_page_construct): g_signal_connect_after for "client_changed", to get notifications after CompEditorPage gets his. svn path=/trunk/; revision=26254
Diffstat (limited to 'calendar/gui/dialogs/comp-editor-page.c')
-rw-r--r--calendar/gui/dialogs/comp-editor-page.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor-page.c b/calendar/gui/dialogs/comp-editor-page.c
index be96f161a0..44e89a3b14 100644
--- a/calendar/gui/dialogs/comp-editor-page.c
+++ b/calendar/gui/dialogs/comp-editor-page.c
@@ -436,7 +436,6 @@ comp_editor_page_notify_client_changed (CompEditorPage *page,
gtk_signal_emit (GTK_OBJECT (page),
comp_editor_page_signals[CLIENT_CHANGED],
client);
- comp_editor_page_set_e_cal (page, client);
}
/**