diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-06-09 01:07:18 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-09 01:07:18 +0800 |
commit | c532d3d9841887b32917855adaf679403a966c28 (patch) | |
tree | f3957c7fa525392e835b1a18d59e714d4b496c45 /calendar/ChangeLog | |
parent | bab3dc622a2cd10e861e1ffb762768e68079a81e (diff) | |
download | gsoc2013-evolution-c532d3d9841887b32917855adaf679403a966c28.tar gsoc2013-evolution-c532d3d9841887b32917855adaf679403a966c28.tar.gz gsoc2013-evolution-c532d3d9841887b32917855adaf679403a966c28.tar.bz2 gsoc2013-evolution-c532d3d9841887b32917855adaf679403a966c28.tar.lz gsoc2013-evolution-c532d3d9841887b32917855adaf679403a966c28.tar.xz gsoc2013-evolution-c532d3d9841887b32917855adaf679403a966c28.tar.zst gsoc2013-evolution-c532d3d9841887b32917855adaf679403a966c28.zip |
Fixes #57579
2004-06-08 Rodrigo Moya <rodrigo@novell.com>
Fixes #57579
* gui/dialogs/select-source-dialog.c (select_source_dialog): start
with the OK button disabled.
(primary_selection_changed_cb): enable/disable the OK button depending
on the selection on the ESourceSelector.
svn path=/trunk/; revision=26256
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f47f7933f4..8fe583f903 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2004-06-08 Rodrigo Moya <rodrigo@novell.com> + Fixes #57579 + + * gui/dialogs/select-source-dialog.c (select_source_dialog): start + with the OK button disabled. + (primary_selection_changed_cb): enable/disable the OK button depending + on the selection on the ESourceSelector. + +2004-06-08 Rodrigo Moya <rodrigo@novell.com> + * gui/dialogs/comp-editor.[ch] (comp_editor_notify_client_changed): new function for notifying all pages of the client change. (page_client_changed_cb): no need for this callback. |