From 5bc6d24fe99a282d19fb6186ea9998b108123734 Mon Sep 17 00:00:00 2001 From: hawk Date: Sat, 24 May 2008 18:51:18 +0000 Subject: [PATCH] - add info about PLD Titanium to agent string Changed files: galeon-ti-agent.patch -> 1.1 --- galeon-ti-agent.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 galeon-ti-agent.patch diff --git a/galeon-ti-agent.patch b/galeon-ti-agent.patch new file mode 100644 index 0000000..431d4fb --- /dev/null +++ b/galeon-ti-agent.patch @@ -0,0 +1,15 @@ +diff -ur galeon-2.0.2.orig/mozilla/mozilla-embed-shell.cpp galeon-2.0.2/mozilla/mozilla-embed-shell.cpp +--- galeon-2.0.2.orig/mozilla/mozilla-embed-shell.cpp 2007-03-21 22:38:15.000000000 +0100 ++++ galeon-2.0.2/mozilla/mozilla-embed-shell.cpp 2007-03-21 22:41:20.000000000 +0100 +@@ -158,8 +158,9 @@ + + // Also set vendor and vendorSub prefs so that mozilla can construct + // the user agent string for us. +- pref->SetCharPref ("general.useragent.vendor", "Galeon"); +- pref->SetCharPref ("general.useragent.vendorSub", VERSION); ++ pref->SetCharPref ("general.useragent.vendor", "PLD"); ++ pref->SetCharPref ("general.useragent.vendorSub", "Titanium"); ++ pref->SetCharPref ("general.useragent.extra.galeon", "Galeon/" VERSION); + + return TRUE; + } -- 2.44.0