[Bug 262314] gedit upgrade to 41.0 assertion failed GEDIT_IS_METADATA_MANAGER
Date: Thu, 03 Mar 2022 19:57:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262314
--- Comment #3 from tod.jackson@gmail.com ---
>.>
--- gedit/gedit-document.c.orig 2022-03-03 12:38:35.638812000 -0700
+++ gedit/gedit-document.c 2022-03-03 12:38:48.717289000 -0700
@@ -396,7 +396,6 @@
GeditMetadataManager *metadata_manager;
metadata_manager = _gedit_app_get_metadata_manager (GEDIT_APP
(g_application_get_default ()));
- g_assert (GEDIT_IS_METADATA_MANAGER (metadata_manager));
priv->metadata_manager = g_object_ref (metadata_manager);
}
--
You are receiving this mail because:
You are the assignee for the bug.