diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-20 06:28:25 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-20 06:28:25 +0800 |
commit | a69101987e5bda77882d32a049f93fefad16985e (patch) | |
tree | a46560bbb165003a7723f06b779ce2bb88b12f92 /mail/ChangeLog | |
parent | dc497cb36bd6b3b00752195bfc6cfebfb11a1a7a (diff) | |
download | gsoc2013-evolution-a69101987e5bda77882d32a049f93fefad16985e.tar gsoc2013-evolution-a69101987e5bda77882d32a049f93fefad16985e.tar.gz gsoc2013-evolution-a69101987e5bda77882d32a049f93fefad16985e.tar.bz2 gsoc2013-evolution-a69101987e5bda77882d32a049f93fefad16985e.tar.lz gsoc2013-evolution-a69101987e5bda77882d32a049f93fefad16985e.tar.xz gsoc2013-evolution-a69101987e5bda77882d32a049f93fefad16985e.tar.zst gsoc2013-evolution-a69101987e5bda77882d32a049f93fefad16985e.zip |
Emit the response signal with the RESPONSE_NEW value.
2003-11-19 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-selector.c (emfs_create_name_activate): Emit the
response signal with the RESPONSE_NEW value.
(emfs_create_name_changed): Sanity check the entry text and set OK
sensitivity.
(folder_selected_cb): If there is an entry widget, then call
name_changed() to decide sensitivity, else set OK to be sensitive.
svn path=/trunk/; revision=23453
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8c18a6ab6e..d78737ecfb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2003-11-19 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-selector.c (emfs_create_name_activate): Emit the + response signal with the RESPONSE_NEW value. + (emfs_create_name_changed): Sanity check the entry text and set OK + sensitivity. + (folder_selected_cb): If there is an entry widget, then call + name_changed() to decide sensitivity, else set OK to be sensitive. + * em-utils.c (em_utils_selection_set_urilist): Same. * em-format-html-display.c (efhd_drag_data_get): Same as below. |