Updating branch refs/heads/master
         to ce2d71b625142f5b161a711ad98368c6e089e764 (commit)
       from 87aec01f5e087534257f77f02670da9ea50e4f52 (commit)

commit ce2d71b625142f5b161a711ad98368c6e089e764
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Wed Sep 11 15:23:56 2013 +0200

    Change bug-reporting URL to http://docs.xfce.org/apps/parole/bugs

 src/parole-player.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/parole-player.c b/src/parole-player.c
index 602f16d..f3908c4 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -2569,7 +2569,7 @@ static void
 on_bug_report_clicked (GtkWidget *w, ParolePlayer *player)
 {
     GtkWidget *dialog;
-    if (!gtk_show_uri(NULL, 
"https://bugzilla.xfce.org/enter_bug.cgi?product=Parole";, GDK_CURRENT_TIME, 
NULL))
+    if (!gtk_show_uri(NULL, "http://docs.xfce.org/apps/parole/bugs";, 
GDK_CURRENT_TIME, NULL))
     {
         dialog = gtk_message_dialog_new(GTK_WINDOW(player->priv->window), 
                                         GTK_DIALOG_DESTROY_WITH_PARENT, 
@@ -2577,7 +2577,7 @@ on_bug_report_clicked (GtkWidget *w, ParolePlayer *player)
                                         GTK_BUTTONS_CLOSE, 
                                         _("Unable to open default web 
browser"));
         gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog), 
-                _("https://bugzilla.xfce.org/enter_bug.cgi?product=Parole to 
report your bug."));
+                _("Please go to http://docs.xfce.org/apps/parole/bugs to 
report your bug."));
         gtk_dialog_run(GTK_DIALOG(dialog));
         gtk_widget_destroy(dialog);
     }
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to