From d044ded7cbc0a25c8b3fc9b36e877f45b1317639 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 7 Apr 2003 17:38:21 +0000 Subject: [ last portion of #40046 fix ] ifdef this out to quiet the compiler. 2003-04-07 Chris Toshok [ 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 --- addressbook/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'addressbook/ChangeLog') 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 + + * 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 Fixes #40252. -- cgit v1.2.3