Minor change to get around a mozilla profile "funny"

svn path=/trunk/gtkmozembed-sharp/; revision=29525
This commit is contained in:
Mark Crichton 2004-06-14 16:58:39 +00:00
Родитель 7ae830f96f
Коммит 857e5db568
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -78,5 +78,6 @@ public WebControl(string aPath, string aDir) : base (IntPtr.Zero)
public WebControl() : base (IntPtr.Zero)
{
gtk_moz_embed_set_profile_path("/tmp/gecko-sharp", "DummyProfile");
Raw = gtk_moz_embed_new();
}