aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-04-08 01:38:21 +0800
committerChris Toshok <toshok@src.gnome.org>2003-04-08 01:38:21 +0800
commitd044ded7cbc0a25c8b3fc9b36e877f45b1317639 (patch)
treed2a351649fde023ea370681ad631ab2a6ce08154 /addressbook/ChangeLog
parent2a3e82c513fda8938f0e27bca056152922b97aa8 (diff)
downloadgsoc2013-evolution-d044ded7cbc0a25c8b3fc9b36e877f45b1317639.tar
gsoc2013-evolution-d044ded7cbc0a25c8b3fc9b36e877f45b1317639.tar.gz
gsoc2013-evolution-d044ded7cbc0a25c8b3fc9b36e877f45b1317639.tar.bz2
gsoc2013-evolution-d044ded7cbc0a25c8b3fc9b36e877f45b1317639.tar.lz
gsoc2013-evolution-d044ded7cbc0a25c8b3fc9b36e877f45b1317639.tar.xz
gsoc2013-evolution-d044ded7cbc0a25c8b3fc9b36e877f45b1317639.tar.zst
gsoc2013-evolution-d044ded7cbc0a25c8b3fc9b36e877f45b1317639.zip
[ last portion of #40046 fix ] ifdef this out to quiet the compiler.
2003-04-07 Chris Toshok <toshok@ximian.com> [ last portion of #40046 fix ] * gui/component/select-names/e-select-names-popup.c (remove_recipient_cb): ifdef this out to quiet the compiler. (remove_all_recipients_cb): same. (toggle_html_mail_cb): same. (populate_popup_card): change the #if 0 to #if TOO_MANY_MENU_ITEMS. (popup_menu_list): nuke, as it's handled by populate_popup_card. (populate_popup_nocard): rename popup_menu_nocard to this, and implement it as in populate_popup_card. (e_select_names_populate_popup): we don't need the card, since we don't check if it's a list here anymore. also, remove the #if 0 surrounding the nocard case. svn path=/trunk/; revision=20718
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e342f91a1d..e5e62e31ec 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,18 @@
+2003-04-07 Chris Toshok <toshok@ximian.com>
+
+ * gui/component/select-names/e-select-names-popup.c
+ (remove_recipient_cb): ifdef this out to quiet the compiler.
+ (remove_all_recipients_cb): same.
+ (toggle_html_mail_cb): same.
+ (populate_popup_card): change the #if 0 to #if
+ TOO_MANY_MENU_ITEMS.
+ (popup_menu_list): nuke, as it's handled by populate_popup_card.
+ (populate_popup_nocard): rename popup_menu_nocard to this, and
+ implement it as in populate_popup_card.
+ (e_select_names_populate_popup): we don't need the card, since we
+ don't check if it's a list here anymore. also, remove the #if 0
+ surrounding the nocard case.
+{
2003-04-07 Not Zed <NotZed@Ximian.com>
Fixes #40252.