aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-model.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-12 11:19:13 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-12 11:19:13 +0800
commite5b1a4903064d14bf421a9275ec4cdd85a7973a0 (patch)
treefeda37762375aa8e8e9ff36bb733a72ecb1b8e97 /addressbook/gui/component/select-names/e-select-names-model.c
parented138c113d6171fa4513474e300d6b9fb45a39ec (diff)
downloadgsoc2013-evolution-e5b1a4903064d14bf421a9275ec4cdd85a7973a0.tar
gsoc2013-evolution-e5b1a4903064d14bf421a9275ec4cdd85a7973a0.tar.gz
gsoc2013-evolution-e5b1a4903064d14bf421a9275ec4cdd85a7973a0.tar.bz2
gsoc2013-evolution-e5b1a4903064d14bf421a9275ec4cdd85a7973a0.tar.lz
gsoc2013-evolution-e5b1a4903064d14bf421a9275ec4cdd85a7973a0.tar.xz
gsoc2013-evolution-e5b1a4903064d14bf421a9275ec4cdd85a7973a0.tar.zst
gsoc2013-evolution-e5b1a4903064d14bf421a9275ec4cdd85a7973a0.zip
fix compiler warnings about deprecated functions.
2003-03-11 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names.c (e_select_names_init): fix compiler warnings about deprecated functions. (e_select_names_child_free): unref the table model. (remove_address): re-enable. (section_right_click_cb): this is an ETable callback now. (e_select_names_add_section): remove a gross gross awful hack, and make the recipient tables ETables instead EEntry's. We lose the nice underlining, but we can add that back in as another ETable style (like strikeout and bold), and we also fix the longstanding scrolling problems (like bug #25148) and can finally remove addresses by double clicking on them (which is also a bug someplace I think.. dunno the # offhand.) * gui/component/select-names/e-select-names-table-model.c (clear_info): always set the count to -1, regardless of what model->data is. * gui/component/select-names/e-select-names-model.c: remove some unused enums. * gui/component/select-names/Makefile.am (etspec_DATA): add e-select-names-section.etspec * gui/component/select-names/e-select-names-section.etspec: new file, spec for the To:/Cc:/Bcc: etable's in the select-names dialog. svn path=/trunk/; revision=20259
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-model.c')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-model.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-model.c b/addressbook/gui/component/select-names/e-select-names-model.c
index 65ae293174..4c99d68f22 100644
--- a/addressbook/gui/component/select-names/e-select-names-model.c
+++ b/addressbook/gui/component/select-names/e-select-names-model.c
@@ -38,17 +38,6 @@ enum {
ARG_CARD,
};
-enum {
- NAME_DATA_BLANK,
- NAME_DATA_CARD,
- NAME_DATA_STRING
-};
-
-enum {
- NAME_FORMAT_GIVEN_FIRST,
- NAME_FORMAT_FAMILY_FIRST
-};
-
struct _ESelectNamesModelPrivate {
gchar *id;
gchar *title;