diff options
author | Hao Sheng <hao.sheng@sun.com> | 2004-03-15 14:14:04 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2004-03-15 14:14:04 +0800 |
commit | 0d9c21aba16a78315034be6f74742cefe5340e9c (patch) | |
tree | dba22371d6bd0da5e2ee3a880278f4620abdbe04 /addressbook/gui/widgets/e-addressbook-view.c | |
parent | 8197e16f5d03e912bd9c65d45a76288e9462b45e (diff) | |
download | gsoc2013-evolution-0d9c21aba16a78315034be6f74742cefe5340e9c.tar gsoc2013-evolution-0d9c21aba16a78315034be6f74742cefe5340e9c.tar.gz gsoc2013-evolution-0d9c21aba16a78315034be6f74742cefe5340e9c.tar.bz2 gsoc2013-evolution-0d9c21aba16a78315034be6f74742cefe5340e9c.tar.lz gsoc2013-evolution-0d9c21aba16a78315034be6f74742cefe5340e9c.tar.xz gsoc2013-evolution-0d9c21aba16a78315034be6f74742cefe5340e9c.tar.zst gsoc2013-evolution-0d9c21aba16a78315034be6f74742cefe5340e9c.zip |
build a11y/addressbook dir : add the accessibility support for
2004-03-15 Hao Sheng <hao.sheng@sun.com>
* gui/component/Makefile.am : build a11y/addressbook dir
* gui/widgets/e-addressbook-view.c :
(eab_view_class_init) : add the accessibility support for e_addressbook_view
* gui/widgets/e-minicard-view.c :
(e_minicard_view_class_init) : add the accessibility support for e_minicard_view
* gui/widgets/e-minicard.c :
(e_minicard_class_init) : add the accessibility support for e_minicard
svn path=/trunk/; revision=25059
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-view.c')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index a565f4a2e8..2521638cca 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -272,6 +272,9 @@ eab_view_class_init (EABViewClass *klass) if (!clipboard_atom) clipboard_atom = gdk_atom_intern ("CLIPBOARD", FALSE); + + /* init the accessibility support for e_addressbook_view */ + eab_view_a11y_init(); } static void |