"Invalid mode 'merge' in relatedbox.xml" fix from 2.0b6.5 tag
This commit is contained in:
parent
233b51d3e1
commit
b98eefc932
2 changed files with 4 additions and 2 deletions
|
@ -38,6 +38,7 @@
|
|||
|
||||
switch (val) {
|
||||
case 'view':
|
||||
case 'merge':
|
||||
break;
|
||||
|
||||
case 'edit':
|
||||
|
@ -294,4 +295,4 @@
|
|||
</xul:vbox>
|
||||
</content>
|
||||
</binding>
|
||||
</bindings>
|
||||
</bindings>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
switch (val) {
|
||||
case 'view':
|
||||
case 'merge':
|
||||
break;
|
||||
|
||||
case 'edit':
|
||||
|
@ -715,4 +716,4 @@
|
|||
</xul:scrollbox>
|
||||
</content>
|
||||
</binding>
|
||||
</bindings>
|
||||
</bindings>
|
||||
|
|
Loading…
Add table
Reference in a new issue