]> git.pld-linux.org Git - packages/dotnet-gecko-sharp.git/blame - dotnet-gecko-sharp-gtk-compat.patch
- removed mono libdir change
[packages/dotnet-gecko-sharp.git] / dotnet-gecko-sharp-gtk-compat.patch
CommitLineData
3904ddb1 1diff -aur gecko-sharp-2.0-0.7-orig/gtkmozembed/WebControl.custom gecko-sharp-2.0-0.7/gtkmozembed/WebControl.custom
2--- gecko-sharp-2.0-0.7-orig/gtkmozembed/WebControl.custom 2005-02-06 16:53:36.000000000 -0500
3+++ gecko-sharp-2.0-0.7/gtkmozembed/WebControl.custom 2005-05-07 09:16:59.000000000 -0400
4@@ -72,12 +72,12 @@
5
6 public WebControl(string aPath, string aDir) : base (IntPtr.Zero)
7 {
8- gtk_moz_embed_set_profile_path(aPath, aDir);
9+ SetProfilePath (aPath, aDir);
10 Raw = gtk_moz_embed_new ();
11 }
12
13 public WebControl() : base (IntPtr.Zero)
14 {
15- gtk_moz_embed_set_profile_path("gecko-sharp", "DummyProfile");
16+ SetProfilePath ("gecko-sharp", "DummyProfile");
17 Raw = gtk_moz_embed_new();
18 }
This page took 0.060471 seconds and 4 git commands to generate.