diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-03-01 00:58:38 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-03-01 00:58:38 +0800 |
commit | f3c12c30862ffd0cc946031d8cf9fdf98fc18fcb (patch) | |
tree | 0fc74660d260ab7afcf4b6676b38788fc742c422 /calendar/ChangeLog | |
parent | c4c3e741f3525e3a50ea5f00a99184f89ee96ebb (diff) | |
download | gsoc2013-evolution-f3c12c30862ffd0cc946031d8cf9fdf98fc18fcb.tar gsoc2013-evolution-f3c12c30862ffd0cc946031d8cf9fdf98fc18fcb.tar.gz gsoc2013-evolution-f3c12c30862ffd0cc946031d8cf9fdf98fc18fcb.tar.bz2 gsoc2013-evolution-f3c12c30862ffd0cc946031d8cf9fdf98fc18fcb.tar.lz gsoc2013-evolution-f3c12c30862ffd0cc946031d8cf9fdf98fc18fcb.tar.xz gsoc2013-evolution-f3c12c30862ffd0cc946031d8cf9fdf98fc18fcb.tar.zst gsoc2013-evolution-f3c12c30862ffd0cc946031d8cf9fdf98fc18fcb.zip |
Connect the signal to "event", and open the attachment only if its a
2005-02-28 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/comp-editor.c: (attachment_bar_icon_clicked_cb),
(setup_widgets): Connect the signal to "event", and open the attachment
only if its a double click from the cal attachment bar.
svn path=/trunk/; revision=28916
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5b270d4f84..eed4bafaac 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2005-02-28 Chenthill Palanisamy <pchenthill@novell.com> + * gui/dialogs/comp-editor.c: (attachment_bar_icon_clicked_cb), + (setup_widgets): Connect the signal to "event", and open the attachment + only if its a double click from the cal attachment bar. + +2005-02-28 Chenthill Palanisamy <pchenthill@novell.com> + Fixes #72958 * gui/dialogs/comp-editor.c: (save_comp): If the backend returns success, if the delay delivery is set, do not |