diff options
author | Vivek Jain <jvivek@novell.com> | 2005-07-20 19:59:53 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-07-20 19:59:53 +0800 |
commit | 7b0b66588bd9cc64ff0149c6743f35d5a6555698 (patch) | |
tree | bc40771279cfa99997d79aeb0a8d5ab527e06cf5 /widgets/misc/ChangeLog | |
parent | 981030f7093a385e9bf4cca723f92d0363550a65 (diff) | |
download | gsoc2013-evolution-7b0b66588bd9cc64ff0149c6743f35d5a6555698.tar gsoc2013-evolution-7b0b66588bd9cc64ff0149c6743f35d5a6555698.tar.gz gsoc2013-evolution-7b0b66588bd9cc64ff0149c6743f35d5a6555698.tar.bz2 gsoc2013-evolution-7b0b66588bd9cc64ff0149c6743f35d5a6555698.tar.lz gsoc2013-evolution-7b0b66588bd9cc64ff0149c6743f35d5a6555698.tar.xz gsoc2013-evolution-7b0b66588bd9cc64ff0149c6743f35d5a6555698.tar.zst gsoc2013-evolution-7b0b66588bd9cc64ff0149c6743f35d5a6555698.zip |
ESendOptionsDialogClass: has a member new virtual method for default
2005-07-20 Vivek Jain <jvivek@novell.com>
* e-send-options.h : ESendOptionsDialogClass: has a member new virtual
method for default callback of "sod_response"
* e-send-options.c : introduced a new signal "sod_response"
captures the response for the child dialog and makes it available at the
object level (useful for the external members invoking the dialog)
svn path=/trunk/; revision=29815
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index cdfc8195ec..38965e6d96 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,11 @@ +2005-07-20 Vivek Jain <jvivek@novell.com> + + * e-send-options.h : ESendOptionsDialogClass: has a member new virtual + method for default callback of "sod_response" + * e-send-options.c : introduced a new signal "sod_response" + captures the response for the child dialog and makes it available at the + object level (useful for the external members invoking the dialog) + 2005-07-20 Srinivasa Ragavan <sragavan@novell.com> * e-attachment-bar.[ch]:(remove_attachment) (update) (e_attachment_bar_get_selector) |