From 5c0664376fdb9dbf279b53da16b8298154bada88 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 24 Jun 2013 21:49:36 +0200 Subject: Firefox searches: fix one for Python issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/pentadactylrc-firstrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/firstrun') diff --git a/scripts/firstrun/10-firefox/pentadactylrc-firstrun b/scripts/firstrun/10-firefox/pentadactylrc-firstrun index bf1524d..464f11f 100644 --- a/scripts/firstrun/10-firefox/pentadactylrc-firstrun +++ b/scripts/firstrun/10-firefox/pentadactylrc-firstrun @@ -33,7 +33,7 @@ bmark -keyword rhbzrhel6 -title 'Search Red Hat Bugzilla (RHEL6)' https: bmark -keyword lp -title 'Search Launchpad' https://launchpad.net/+search?field.text=%s bmark -keyword gh -title 'Search GitHub' https://github.com/search?q=%s&ref=cmdform -bmark -keyword python -title 'Search Python issues' http://bugs.python.org/issue?search_text=%s +bmark -keyword python -title 'Search Python issues' http://bugs.python.org/issue?%40sort=-activity&%40action=searchid&%40search_text=%s bmark -keyword koji -title 'Koji package search' https://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=%s bmark -keyword fedgit -title 'Navigate to Fedora git page for package' https://pkgs.fedoraproject.org/cgit/%s.git/ -- cgit