aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorBoby Wang <boby.wang@sun.com>2006-04-27 15:27:12 +0800
committerLi Yuan <liyuan@src.gnome.org>2006-04-27 15:27:12 +0800
commit1d27d010fa8ced48c516b3ee46b821d2b57691b8 (patch)
tree18e5193152e8d875a06625601769a597c19bbcb8 /widgets
parentc9a45a3fcaeb5f27f5f883a6cdecc25fbb042033 (diff)
downloadgsoc2013-evolution-1d27d010fa8ced48c516b3ee46b821d2b57691b8.tar
gsoc2013-evolution-1d27d010fa8ced48c516b3ee46b821d2b57691b8.tar.gz
gsoc2013-evolution-1d27d010fa8ced48c516b3ee46b821d2b57691b8.tar.bz2
gsoc2013-evolution-1d27d010fa8ced48c516b3ee46b821d2b57691b8.tar.lz
gsoc2013-evolution-1d27d010fa8ced48c516b3ee46b821d2b57691b8.tar.xz
gsoc2013-evolution-1d27d010fa8ced48c516b3ee46b821d2b57691b8.tar.zst
gsoc2013-evolution-1d27d010fa8ced48c516b3ee46b821d2b57691b8.zip
** Fixes bug #332821 Implement the accessibility of EExpander.
2006-04-27 Boby Wang <boby.wang@sun.com> ** Fixes bug #332821 * e-expander.c: (e_expander_class_init): Implement the accessibility of EExpander. svn path=/trunk/; revision=31912
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/ChangeLog6
-rw-r--r--widgets/misc/e-expander.c3
2 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 99c7dacb90..8ded727931 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-27 Boby Wang <boby.wang@sun.com>
+
+ ** Fixes bug #332821
+ * e-expander.c: (e_expander_class_init):
+ Implement the accessibility of EExpander.
+
2006-04-26 Srinivasa Ragavan <sragavan@novell.com>
* e-search-bar.c: (append_xml_menu_item), (setup_bonobo_menus): Added
diff --git a/widgets/misc/e-expander.c b/widgets/misc/e-expander.c
index 98488dc246..938437c680 100644
--- a/widgets/misc/e-expander.c
+++ b/widgets/misc/e-expander.c
@@ -24,6 +24,7 @@
#include <config.h>
#include "e-expander.h"
+#include "ea-widgets.h"
#include <gtk/gtklabel.h>
#include <gtk/gtkcontainer.h>
@@ -243,6 +244,8 @@ e_expander_class_init (EExpanderClass *klass)
NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);
+
+ e_expander_a11y_init();
}
static void