fix some more bugs in scripting handling, this seems to never end
Having canna input method installed shouldn't crash Haiku anymore git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17810 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -52,8 +52,8 @@ static property_info sShelfPropertyList[] = {
|
||||
{ B_INDEX_SPECIFIER, B_REVERSE_INDEX_SPECIFIER, B_NAME_SPECIFIER, B_ID_SPECIFIER },
|
||||
"... of Replicant {index | name | id} of ...", 0,
|
||||
},
|
||||
|
||||
{}
|
||||
|
||||
{ 0, { 0 }, { 0 }, 0, 0 }
|
||||
};
|
||||
|
||||
static property_info sReplicantPropertyList[] = {
|
||||
@@ -90,7 +90,9 @@ static property_info sReplicantPropertyList[] = {
|
||||
{ },
|
||||
{ B_DIRECT_SPECIFIER },
|
||||
NULL, 0,
|
||||
}
|
||||
},
|
||||
|
||||
{ 0, { 0 }, { 0 }, 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user