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:
Jérôme Duval
2006-06-12 23:45:55 +00:00
parent 4b25c48853
commit da08acb8bf
3 changed files with 236 additions and 280 deletions
+5 -3
View File
@@ -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 }
};