diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-09 10:40:46 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-09 10:40:46 +0800 |
commit | 81d8ab193f647151b6866a01b898d137154204c5 (patch) | |
tree | c4f9eb75f54a1923b630ec942a79ede4ac77f290 /addressbook/gui/widgets/Makefile.am | |
parent | 5d92db014941daf0831694f00deb6c1f6cb22e69 (diff) | |
download | gsoc2013-evolution-81d8ab193f647151b6866a01b898d137154204c5.tar.gz gsoc2013-evolution-81d8ab193f647151b6866a01b898d137154204c5.tar.zst gsoc2013-evolution-81d8ab193f647151b6866a01b898d137154204c5.zip |
add E_ADDRESSBOOK_VIEW_TREEVIEW to the enum, ifdef'ed out.
2003-01-08 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-view.h: add
E_ADDRESSBOOK_VIEW_TREEVIEW to the enum, ifdef'ed out.
* gui/widgets/e-addressbook-view.c
(e_addressbook_view_class_init): add ifdefed treeview code.
(init_collection): same.
(display_view): same.
(get_selection_model): same.
(treeview_row_activated): same.
(create_treeview_view): same.
(change_view_type): same.xo
(e_addressbook_view_print): same.
(e_addressbook_view_print_preview): same.
* gui/widgets/Makefile.am: add in the treeview sources (commented
out).
svn path=/trunk/; revision=19300
Diffstat (limited to 'addressbook/gui/widgets/Makefile.am')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 3335593fca..01a139b8ba 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -50,6 +50,13 @@ libeminicard_a_SOURCES = \ gal-view-minicard.c \ gal-view-minicard.h +#TREEVIEW_SOURCES= e-addressbook-treeview-adapter.c \ +# e-addressbook-treeview-adapter.h \ +# gal-view-factory-treeview.c \ +# gal-view-factory-treeview.h \ +# gal-view-treeview.c \ +# gal-view-treeview.h + # GLib marshalling cruft e-addressbook-marshal.h: e-addressbook-marshal.list |