[gjs: 4/11] object: Update bug link in comment



commit 46e77eca68d9e025e68a528cb7ee7890b57f1b4b
Author: Philip Chimento <philip chimento gmail com>
Date:   Wed Oct 23 14:55:06 2019 -0700

    object: Update bug link in comment

 gi/object.cpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/gi/object.cpp b/gi/object.cpp
index 87c572e3..1191aac6 100644
--- a/gi/object.cpp
+++ b/gi/object.cpp
@@ -90,11 +90,8 @@ gjs_object_priv_quark (void)
     return val;
 }
 
-/* Plain g_type_query fails and leaves @query uninitialized for
-   dynamic types.
-   See https://bugzilla.gnome.org/show_bug.cgi?id=687184 and
-   https://bugzilla.gnome.org/show_bug.cgi?id=687211
-*/
+// Plain g_type_query fails and leaves @query uninitialized for dynamic types.
+// See https://gitlab.gnome.org/GNOME/glib/issues/623
 void ObjectBase::type_query_dynamic_safe(GTypeQuery* query) {
     GType type = gtype();
     while (g_type_get_qdata(type, ObjectBase::custom_type_quark()))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]