aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-click-to-add.c
diff options
context:
space:
mode:
authorHarry Lu <harry.lu@sun.com>2005-02-04 12:49:02 +0800
committerHarry Lu <haip@src.gnome.org>2005-02-04 12:49:02 +0800
commit8b7b24623a18845166b69630d0d7148fda2a09b1 (patch)
tree40b034f7b745e0a8065ca89356dcef00467f9aba /widgets/table/e-table-click-to-add.c
parentc1082913af125f3ccf0428fb730c85c2ff3c08ef (diff)
downloadgsoc2013-evolution-8b7b24623a18845166b69630d0d7148fda2a09b1.tar.gz
gsoc2013-evolution-8b7b24623a18845166b69630d0d7148fda2a09b1.tar.zst
gsoc2013-evolution-8b7b24623a18845166b69630d0d7148fda2a09b1.zip
Some code clean work.
2005-01-27 Harry Lu <harry.lu@sun.com> Some code clean work. * e-table-click-to-add.c: (etcta_class_init): move a11y registry call to a11y code. * e-table.c: (e_table_class_init): ditto. * e-tree.c: (e_tree_class_init): ditto. svn path=/trunk/; revision=28701
Diffstat (limited to 'widgets/table/e-table-click-to-add.c')
-rw-r--r--widgets/table/e-table-click-to-add.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/widgets/table/e-table-click-to-add.c b/widgets/table/e-table-click-to-add.c
index 69095c28d3..544cbcbd86 100644
--- a/widgets/table/e-table-click-to-add.c
+++ b/widgets/table/e-table-click-to-add.c
@@ -41,7 +41,7 @@
#include "gal/util/e-util.h"
#include "gal/util/e-i18n.h"
#include "gal/util/e-marshal.h"
-#include "gal/a11y/e-table/gal-a11y-e-table-click-to-add-factory.h"
+#include "gal/a11y/e-table/gal-a11y-e-table-click-to-add.h"
enum {
CURSOR_CHANGE,
@@ -544,11 +544,7 @@ etcta_class_init (ETableClickToAddClass *klass)
e_marshal_NONE__OBJECT,
G_TYPE_NONE, 1, GTK_TYPE_STYLE);
-
- atk_registry_set_factory_type (atk_get_default_registry (),
- E_TABLE_CLICK_TO_ADD_TYPE,
- gal_a11y_e_table_click_to_add_factory_get_type ());
-
+ gal_a11y_e_table_click_to_add_init ();
}
static void