aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-popup.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 07:48:38 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 07:48:38 +0800
commit0873dd0b655a282a3c05914ead1dcaf0d5e772ba (patch)
tree05b6b5a8c27e1b07bf5f14570218851f548e2609 /addressbook/gui/component/select-names/e-select-names-popup.c
parent675a9d147ab100372a7026688cbafc4665498c8b (diff)
downloadgsoc2013-evolution-0873dd0b655a282a3c05914ead1dcaf0d5e772ba.tar
gsoc2013-evolution-0873dd0b655a282a3c05914ead1dcaf0d5e772ba.tar.gz
gsoc2013-evolution-0873dd0b655a282a3c05914ead1dcaf0d5e772ba.tar.bz2
gsoc2013-evolution-0873dd0b655a282a3c05914ead1dcaf0d5e772ba.tar.lz
gsoc2013-evolution-0873dd0b655a282a3c05914ead1dcaf0d5e772ba.tar.xz
gsoc2013-evolution-0873dd0b655a282a3c05914ead1dcaf0d5e772ba.tar.zst
gsoc2013-evolution-0873dd0b655a282a3c05914ead1dcaf0d5e772ba.zip
Remove cruft. (serverdir, gladedir, etspecdir): Remove definitions
* gui/component/select-names/Makefile.am (INCLUDES): Remove cruft. (serverdir, gladedir, etspecdir): Remove definitions * gui/component/select-names/e-select-names.c: #include <string.h> * gui/component/select-names/e-select-names-popup.c (init_html_mail): Remove deprecated gtk_check_menu_item_set_show_toggle call. * gui/component/select-names/e-select-names-manager.c (e_select_names_manager_entry_free): s/gtk_timeout_remove/g_source_remove/ svn path=/trunk/; revision=19785
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-popup.c')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-popup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-popup.c b/addressbook/gui/component/select-names/e-select-names-popup.c
index 9e61b77128..332d802845 100644
--- a/addressbook/gui/component/select-names/e-select-names-popup.c
+++ b/addressbook/gui/component/select-names/e-select-names-popup.c
@@ -207,8 +207,6 @@ init_html_mail (GnomeUIInfo *uiinfo, PopupInfo *info)
{
gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (uiinfo->widget),
e_destination_get_html_mail_pref (info->dest));
- gtk_check_menu_item_set_show_toggle (GTK_CHECK_MENU_ITEM (uiinfo->widget), TRUE);
-
}
static void