aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/gal-a11y-e-table-click-to-add-factory.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-09-26 18:30:06 +0800
committerMilan Crha <mcrha@redhat.com>2011-09-26 18:30:06 +0800
commit23f5359c41e50c189425ab043162e0b6e0ccda80 (patch)
treeef3fa83a7e5ab19ce2ad690946a79b571d2da758 /widgets/table/gal-a11y-e-table-click-to-add-factory.h
parenta6de7fa6b8253eb4149c57f2807786dc46a6d8a7 (diff)
downloadgsoc2013-evolution-23f5359c41e50c189425ab043162e0b6e0ccda80.tar
gsoc2013-evolution-23f5359c41e50c189425ab043162e0b6e0ccda80.tar.gz
gsoc2013-evolution-23f5359c41e50c189425ab043162e0b6e0ccda80.tar.bz2
gsoc2013-evolution-23f5359c41e50c189425ab043162e0b6e0ccda80.tar.lz
gsoc2013-evolution-23f5359c41e50c189425ab043162e0b6e0ccda80.tar.xz
gsoc2013-evolution-23f5359c41e50c189425ab043162e0b6e0ccda80.tar.zst
gsoc2013-evolution-23f5359c41e50c189425ab043162e0b6e0ccda80.zip
Bug #655625 - Crash in atk_state_set_contains_state
Diffstat (limited to 'widgets/table/gal-a11y-e-table-click-to-add-factory.h')
-rw-r--r--widgets/table/gal-a11y-e-table-click-to-add-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/gal-a11y-e-table-click-to-add-factory.h b/widgets/table/gal-a11y-e-table-click-to-add-factory.h
index c8f9782a7e..c7b2cf8e6a 100644
--- a/widgets/table/gal-a11y-e-table-click-to-add-factory.h
+++ b/widgets/table/gal-a11y-e-table-click-to-add-factory.h
@@ -25,7 +25,7 @@
#include <atk/atkobjectfactory.h>
-#define GAL_A11Y_TYPE_E_TABLE_CLICK_TO_ADD_FACTORY (gal_a11y_e_table_item_factory_get_type ())
+#define GAL_A11Y_TYPE_E_TABLE_CLICK_TO_ADD_FACTORY (gal_a11y_e_table_item_click_to_add_factory_get_type ())
#define GAL_A11Y_E_TABLE_CLICK_TO_ADD_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GAL_A11Y_TYPE_E_TABLE_CLICK_TO_ADD_FACTORY, GalA11yETableClickToAddFactory))
#define GAL_A11Y_E_TABLE_CLICK_TO_ADD_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GAL_A11Y_TYPE_E_TABLE_CLICK_TO_ADD_FACTORY, GalA11yETableClickToAddFactoryClass))
#define GAL_A11Y_IS_E_TABLE_CLICK_TO_ADD_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GAL_A11Y_TYPE_E_TABLE_CLICK_TO_ADD_FACTORY))