Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Mar 2022 08:53:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262314] gedit upgrade to 41.0 assertion failed GEDIT_IS_METADATA_MANAGER
Message-ID:  <bug-262314-7788-MRrrUhnqvJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262314-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262314-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262314

--- Comment #2 from tod.jackson@gmail.com ---
        if (!priv->use_gvfs_metadata)
        {
                GeditMetadataManager *metadata_manager;

                metadata_manager =3D _gedit_app_get_metadata_manager (GEDIT=
_APP
(g_application_get_default ()));
                -g_assert (GEDIT_IS_METADATA_MANAGER (metadata_manager));
                priv->metadata_manager =3D g_object_ref (metadata_manager);
        }

So that's all it needs after the original patch.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262314-7788-MRrrUhnqvJ>