Fixed build bustage

This commit is contained in:
kipp%netscape.com 1999-01-27 17:40:10 +00:00
parent 6a0be0d0d6
commit ba3278f97a

View File

@ -78,7 +78,7 @@ void nsMenuItem::Create(nsIWidget *aMBParent,
mTarget = aMBParent;
char * nameStr = mLabel.ToNewCString();
GtkWidget *parentMenuHandle = GetNativeParent();
// GtkWidget *parentMenuHandle = GetNativeParent();
mMenu = gtk_menu_item_new_with_label(nameStr);
gtk_widget_show(mMenu);
/*
@ -203,7 +203,7 @@ NS_METHOD nsMenuItem::GetLabel(nsString &aText)
}
//-------------------------------------------------------------------------
NS_METHOD nsMenu::SetLabel(nsString &aText)
NS_METHOD nsMenuItem::SetLabel(nsString &aText)
{
mLabel = aText;