summaryrefslogtreecommitdiff
path: root/src/totem-grilo.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2019-06-08 12:39:58 +0200
committerAndre Klapper <a9016009@gmx.de>2019-06-08 12:39:58 +0200
commit174b778ecdf328fb21b4ee04729d2b84a3459168 (patch)
tree5f3ef74f68633be3dddc25197856dd4084d351c0 /src/totem-grilo.c
parenta518042e3b8a74806d14a5c1d48d77e0ff1e3c45 (diff)
downloadtotem-174b778ecdf328fb21b4ee04729d2b84a3459168.tar.gz
grilo: Replace Bugzilla by Gitlab links in terminal output
Diffstat (limited to 'src/totem-grilo.c')
-rw-r--r--src/totem-grilo.c4
1 files 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;