aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-manager.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-manager.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-manager.c')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-manager.c b/addressbook/gui/component/select-names/e-select-names-manager.c
index 7d9ce8ab81..0ea8bc2ee6 100644
--- a/addressbook/gui/component/select-names/e-select-names-manager.c
+++ b/addressbook/gui/component/select-names/e-select-names-manager.c
@@ -321,7 +321,7 @@ e_select_names_manager_entry_free (ESelectNamesManagerEntry *entry)
g_object_unref (entry->entry);
if (entry->cleaning_tag)
- gtk_timeout_remove (entry->cleaning_tag);
+ g_source_remove (entry->cleaning_tag);
g_free (entry);
}