Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55556 | Differences between
and this patch

Collapse All | Expand All

(-)src/Main/Base/Gui/HtmlControl/MozillaControl.cs.old (+12 lines)
Lines 92-97 Link Here
92
			set { css = value; }
92
			set { css = value; }
93
		}
93
		}
94
94
95
		public string Title
96
		{
97
			get { return "Foo-Title"; }
98
			set { }
99
		}
100
101
		public string Location
102
		{
103
			get { return "Foo-Location"; }
104
			set { }
105
		}
106
95
		public void InitializeWithBase (string base_uri)
107
		public void InitializeWithBase (string base_uri)
96
		{
108
		{
97
			//Console.WriteLine (base_uri);
109
			//Console.WriteLine (base_uri);

Return to bug 55556