Menu settings are now handled by the app_server. As a result, changing them does something, although they aren't saved to disk yet. 'click_to_open' is not checked anymore, because it was useless anyway, I'll remove it from the Menu preflet too.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17174 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-04-19 20:04:19 +00:00
parent 77214f9012
commit b03deb09db
5 changed files with 36 additions and 56 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ BStringView::BStringView(BRect frame, const char* name, const char* text,
BStringView::BStringView(BMessage* data)
: BView(data)
: BView(data),
fText(NULL)
{
int32 align;
if (data->FindInt32("_align", &align) == B_OK)