Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2cf9a63095fc36c222212e4c29e60bf8 > files > 27

seamonkey-1.1.18-1mdv2009.0.src.rpm

--- mozilla/modules/libpref/src/init/all.js.search	2004-04-27 14:56:26.201175631 +0200
+++ mozilla/modules/libpref/src/init/all.js	2004-04-27 14:56:26.250176414 +0200
@@ -47,8 +47,9 @@
 // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
 //  The first character after a period must be alphabetic.
 
+pref("network.search.url","http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
 pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
-pref("keyword.enabled", false);
+pref("keyword.enabled", true);
 pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
 pref("general.useragent.contentlocale", "chrome://navigator-region/locale/region.properties");
 
--- mozilla/profile/defaults/search.rdf.search	2004-04-07 00:19:14.000000000 +0200
+++ mozilla/profile/defaults/search.rdf	2004-04-27 14:56:26.251176430 +0200
@@ -51,6 +51,7 @@
     <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:google.src" />
     <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:dmoz.src" />
     <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:jeeves.src" />
+    <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:mdkbugzilla.src" />
   </RDF:Seq>
 
 </RDF:RDF>
--- mozilla/xpfe/components/search/datasets/Makefile.in.search	2004-04-07 00:19:14.000000000 +0200
+++ mozilla/xpfe/components/search/datasets/Makefile.in	2004-04-27 14:58:51.956505645 +0200
@@ -42,6 +42,8 @@
 	google.src          \
 	jeeves.gif          \
 	jeeves.src          \
+	mdkbugzilla.src	    \
+	mdkbugzilla.gif	    \
 	$(NULL)
 endif
 
--- mozilla/xpfe/components/search/datasets/mdkbugzilla.src.search	2004-04-27 14:56:26.253176462 +0200
+++ mozilla/xpfe/components/search/datasets/mdkbugzilla.src	2004-04-27 14:56:26.253176462 +0200
@@ -0,0 +1,45 @@
+# Search file for bugzilla.mozilla.org
+#
+# Creation:  April 24, 2000 by Robert John Churchill  <rjc@netscape.com>
+# Contributors: Mike Young <youngfam@nni.com>
+
+<SEARCH
+  name="MDKBugzilla"
+  description = "Mandrake Bugzilla"
+  method="GET"
+  action="https://qa.mandrakesoft.com/buglist.cgi"
+>
+
+<INPUT NAME="bug_status" VALUE="UNCONFIRMED">
+<INPUT NAME="bug_status" VALUE="NEW">
+<INPUT NAME="bug_status" VALUE="ASSIGNED">
+<INPUT NAME="bug_status" VALUE="REOPENED">
+<INPUT NAME="field0-0-0" VALUE="product">
+<INPUT NAME="type0-0-0" VALUE="allwordssubstr">
+<INPUT NAME="value0-0-0" user>
+<INPUT NAME="field0-0-1" VALUE="component">
+<INPUT NAME="type0-0-1" VALUE="allwordssubstr">
+<INPUT NAME="value0-0-1" user>
+<INPUT NAME="field0-0-2" VALUE="short_desc">
+<INPUT NAME="type0-0-2" VALUE="allwordssubstr">
+<INPUT NAME="value0-0-2" user>
+<INPUT NAME="field0-0-3" VALUE="status_whiteboard">
+<INPUT NAME="type0-0-3" VALUE="allwordssubstr">
+<INPUT NAME="value0-0-3" user>
+<INPUT NAME="bugidtype" VALUE="include">
+<INPUT NAME="cmdtype" VALUE="doit">
+<INPUT NAME="order" VALUE="Reuse+same+sort+as+last+time">
+
+<INTERPRET
+  resultListStart = "<TABLE CELLSPACING=0 CELLPADDING=4 WIDTH=100%"
+  resultListEnd = "</TABLE>"
+  resultItemStart = "<TR VALIGN=TOP ALIGN=LEFT"
+>
+
+</SEARCH>
+
+<BROWSER
+      update="http://www.mozilla.org/projects/search/bugzilla.src" 
+      updateIcon="http://www.mozilla.org/projects/search/bugzilla.gif" 
+      updateCheckDays="3"
+>