[Xfce4-commits] <midori:master> Refer to Launchpad rather than Flyspray for bug tracking

Christian Dywan noreply at xfce.org
Sun Jan 30 19:00:07 CET 2011


Updating branch refs/heads/master
         to 07ffc279b2dae47cad0754db904acf7a4d5f9641 (commit)
       from 1f08629a4f6a7e38568710bbfc3191d36aa649bf (commit)

commit 07ffc279b2dae47cad0754db904acf7a4d5f9641
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jan 30 18:47:17 2011 +0100

    Refer to Launchpad rather than Flyspray for bug tracking
    
    Fixes: https://bugs.launchpad.net/midori/+bug/706241

 HACKING                 |    2 +-
 README                  |    2 +-
 midori/midori-browser.c |    2 +-
 wscript                 |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HACKING b/HACKING
index 3b35489..0b97d05 100644
--- a/HACKING
+++ b/HACKING
@@ -13,7 +13,7 @@ There are several ways to contribute to the project:
 
 For translating, have a look at the file TRANSLATE.
 
-For helping with testing and triaging bug reports, you should registers with the bug tracker at http://www.twotoasts.de/bugs and join #midori on irc.freenode.net where a lot of problems are discussed. You can start right away by trying to reproduce bug reports and comment with your findings.
+For helping with testing and triaging bug reports, you should registers with the bug tracker at https://bugs.launchpad.net/midori and join #midori on irc.freenode.net where a lot of problems are discussed. You can start right away by trying to reproduce bug reports and comment with your findings.
 
 If you are interested in contributing code, there are a few options. You can join #midori to discuss a particular problem you would like to look into, or a feature you would want to implement. Opening a bug report or feature request if there isn't already one is the next step. To attract some attention, if you attached a patch or have questions, ask in #midori.
 
diff --git a/README b/README
index 7f46fc8..36f5ac6 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ Optional: Unique 0.9, libidn, docutils, libnotify, Vala
 For installation instructions read INSTALL.
 
 Please report comments, suggestions and bugs to:
-    http://www.twotoasts.de/bugs
+    https://bugs.launchpad.net/midori
 
 And join the IRC channel #midori on irc.freenode.net
 
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 519b815..a3bd405 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4541,7 +4541,7 @@ _action_help_link_activate (GtkAction*     action,
     else if  (!strncmp ("HelpFAQ", action_name, 7))
         uri = "http://wiki.xfce.org/midori/faq";
     else if  (!strncmp ("HelpBugs", action_name, 8))
-        uri = "http://www.twotoasts.de/bugs/";
+        uri = PACKAGE_BUGREPORT;
     else
         uri = NULL;
 
diff --git a/wscript b/wscript
index 4da15d0..a23d3e6 100644
--- a/wscript
+++ b/wscript
@@ -277,7 +277,7 @@ def configure (conf):
 
     conf.define ('PACKAGE_VERSION', VERSION)
     conf.define ('PACKAGE_NAME', APPNAME)
-    conf.define ('PACKAGE_BUGREPORT', 'http://www.twotoasts.de/bugs')
+    conf.define ('PACKAGE_BUGREPORT', 'https://bugs.launchpad.net/midori')
     conf.define ('GETTEXT_PACKAGE', APPNAME)
 
     conf.define ('MIDORI_MAJOR_VERSION', major)



More information about the Xfce4-commits mailing list