--- glom/utility_widgets/filechooserdialog_saveextras.cc.orig	2023-06-02 13:54:14.000000000 -0400
+++ glom/utility_widgets/filechooserdialog_saveextras.cc	2023-06-02 14:07:55.000000000 -0400
@@ -86,7 +86,9 @@
   box_label->pack_start(*label_title, Gtk::PACK_SHRINK);
   label_title->show();
   box_label->pack_start(m_entry_title);
+#ifdef GTKMM_ATKMM_ENABLED
   m_entry_title.get_accessible()->set_name(_("Title"));
+#endif
   m_entry_title.show();
   box_label->show();
   vbox->pack_start(*box_label);
