diff options
author | Chris Toshok <toshok@ximian.com> | 2001-04-10 10:40:48 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-04-10 10:40:48 +0800 |
commit | bdb627f2439cdff4c1acd0ed05bcd16d3b45c139 (patch) | |
tree | 6244c913c951831c29a83e3d33623c930e749102 /addressbook/ChangeLog | |
parent | fc3440ee9c435bc2fa30fb695caa853d71c17557 (diff) | |
download | gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.gz gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.bz2 gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.lz gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.xz gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.zst gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.zip |
stubbed, #if 0'ed (xfer_folder): same. (populate_context_menu): same.
2001-04-09 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-component.c (remove_folder): stubbed,
#if 0'ed
(xfer_folder): same.
(populate_context_menu): same.
(get_dnd_selection): same.
(factory_fn): add the accepted drag types ("text/x-vard") to
folder_types.
svn path=/trunk/; revision=9210
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7d37f1ed39..39afc758c0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,15 @@ 2001-04-09 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-component.c (remove_folder): stubbed, + #if 0'ed + (xfer_folder): same. + (populate_context_menu): same. + (get_dnd_selection): same. + (factory_fn): add the accepted drag types ("text/x-vard") to + folder_types. + +2001-04-09 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-minicard.c (e_minicard_event): on BUTTON_PRESS: if it's button 1, store the button x, y, and set drag_button_down to TRUE. on BUTTON_RELEASE: always set drag_button_down to FALSE. |