Added a contributor message for a fix of a bug 399.
<configuration>
<!--
Entry <app> describes single application, only application that must use nondefault values should be defined
List of attributes:
uid - UID of application that is configured
ignored (1/0:0) - when true, all events from the application are ignored (i.e. Screen Saver)
reset (1/0:0) - when true, it resets BS history if the application gains focus (i.e. app shell, mmk, active idle)
ignoredIfStartedFrom (1/0:0) - when true, BS ignores back evenst when application started from application in question (app shell)
resetIfThru (1/0:0) - when true, BS reset history when application was activated thru application in question (fast swap)
-->
<app uid="0x101F4CD2" reset="1" /> <!-- App Shell -->
<app uid="0x101FD64C" reset="1" /> <!-- Active Idle -->
<app uid="0x102750F0" reset="1" /> <!-- Active Idle 2 -->
<app uid="0x10282BF6" reset="1" /> <!-- MMMenu -->
<app uid="0x10207218" ignoredIfStartedFrom="1" resetIfThru="1" /> <!-- FastSwap -->
<app uid="0x100056CF" ignored="1" /> <!-- screen saver -->
</configuration>