From 429f4931b62c8563b6bede3d0816cb97078c4ddf Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 10 Jun 2013 15:53:37 +0200 Subject: Firefox searches: fix RHEL 6 specific RHBZ search MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Buggy definition introduced in commit b6dd90f7f89ebd400a334ffd09322bec1188df39. Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/pentadactylrc-firstrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/firstrun/10-firefox/pentadactylrc-firstrun b/scripts/firstrun/10-firefox/pentadactylrc-firstrun index f8b3086..8196f59 100644 --- a/scripts/firstrun/10-firefox/pentadactylrc-firstrun +++ b/scripts/firstrun/10-firefox/pentadactylrc-firstrun @@ -29,7 +29,7 @@ set! font.size.variable.x-western=17 " searches bmark -keyword rhbz -title 'Search Red Hat Bugzilla' https://bugzilla.redhat.com/buglist.cgi?quicksearch=%s bmark -keyword rhbzfed -title 'Search Red Hat Bugzilla (Fedora)' https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=%s -bmark -keyword rhbzrhel6 -title 'Search Red Hat Bugzilla (RHEL6)' https://bugzilla.redhat.com/buglist.cgi?product=Red%20Hat%20Enterprise%20%20Linux%206&component=%s +bmark -keyword rhbzrhel6 -title 'Search Red Hat Bugzilla (RHEL6)' https://bugzilla.redhat.com/buglist.cgi?product=Red%20Hat%20Enterprise%20Linux%206&component=%s bmark -keyword koji -title 'Koji package search' https://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=%s bmark -keyword urban -title 'Search Urban Dictionary' http://www.urbandictionary.com/define.php?term=%s -- cgit