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

Collapse All | Expand All

(-)a/embed/mozilla/EphyXULAppInfo.cpp (+9 lines)
Lines 128-130 EphyXULAppInfo::GetXPCOMABI(nsACString & aXPCOMABI) Link Here
128
  aXPCOMABI.Assign (EPHY_HOST_CPU "-gcc3");
128
  aXPCOMABI.Assign (EPHY_HOST_CPU "-gcc3");
129
  return NS_OK;
129
  return NS_OK;
130
}
130
}
131
132
/* readonly attribute AUTF8String WidgetToolkit; */
133
NS_IMETHODIMP
134
EphyXULAppInfo::GetWidgetToolkit(nsACString & aWidgetToolkit)
135
{
136
  aWidgetToolkit.Assign ("gtk");
137
  return NS_OK;
138
}
139

Return to bug 303583