[totem] grilo: Replace Bugzilla by Gitlab links in terminal output



commit 174b778ecdf328fb21b4ee04729d2b84a3459168
Author: Andre Klapper <a9016009 gmx de>
Date:   Sat Jun 8 12:39:58 2019 +0200

    grilo: Replace Bugzilla by Gitlab links in terminal output

 src/totem-grilo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 3caac17ee..0f9396c19 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -786,7 +786,7 @@ play (TotemGrilo *self,
        if (!url)
                url = grl_media_get_external_url (media);
        if (!url) {
-               g_warning ("Cannot find URL for %s (source: %s), please file a bug at 
https://bugzilla.gnome.org/";,
+               g_warning ("Cannot find URL for %s (source: %s), please file a bug at 
https://gitlab.gnome.org/";,
                           grl_media_get_id (media),
                           grl_media_get_source (media));
                return;
@@ -2074,7 +2074,7 @@ play_selection (TotemGrilo *self,
                if (!url)
                        url = grl_media_get_external_url (media);
                if (!url) {
-                       g_warning ("Cannot find URL for %s (source: %s), please file a bug at 
https://bugzilla.gnome.org/";,
+                       g_warning ("Cannot find URL for %s (source: %s), please file a bug at 
https://gitlab.gnome.org/";,
                                   grl_media_get_id (media),
                                   grl_media_get_source (media));
                        goto next_item;


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