]> spindle.queued.net Git - midori/commitdiff
Refer to Launchpad rather than Flyspray for bug tracking
authorChristian Dywan <christian@twotoasts.de>
Sun, 30 Jan 2011 17:47:17 +0000 (18:47 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 30 Jan 2011 17:58:00 +0000 (18:58 +0100)
Fixes: https://bugs.launchpad.net/midori/+bug/706241
HACKING
README
midori/midori-browser.c
wscript

diff --git a/HACKING b/HACKING
index 3b35489b3dcf1c46486de3e308f40c3337788de2..0b97d05c1fc5d17581bd5d98b7c1770e22dfd38d 100644 (file)
--- 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 7f46fc860713034487e16d0976427d940fa2a93d..36f5ac630eb0c0ff2ce98143664908e1e0a83cea 100644 (file)
--- 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
 
index 519b815715221523ccedb80906178ef85fddb104..a3bd405923f36160437a15562b176465ac239334 100644 (file)
@@ -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 4da15d0815b28554a3aba78688e729fd2320b2af..a23d3e6673ae5ec595192cd387ee4343ed3b49ea 100644 (file)
--- 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)