Fix backendlib - wrong icon returned
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 3 Sep 2013 09:04:53 +0000 (11:04 +0200)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Wed, 4 Sep 2013 02:01:25 +0000 (11:01 +0900)
commit31d55d0fde031d59ae4573d22b10acbd7780729e
treec8ce149e2aba0be323b02e52a12cc853517fcfad
parent3072306199bad8fb07529d273167f39550cf4577
Fix backendlib - wrong icon returned

[Issue#]  LINUXWRT-824
[Problem] First icon is always returned from backendlib
          i.e., Curent locale settigns are not taken into account.
[Cause]   This was just not handled before.
            - The exact problem is that after installation icon is ok(notiication)
              but before it is read from package file.
            - This operation does not involve full steps in case of installation.
              Backend lib should do it in more checking to find best icon.
[Solution] Added workaround to return icon according to locale setting

[Verification] Install bm.wgt (W3C P&C icon test) from MyFiles app.
    Icon in "install prompt view" (before installing) and in notification
    should be used for proper locale (change locale to en).

Change-Id: If9d9d32dd2a69914bf72aacf6a82c7881cab2918
src/pkg-manager/backendlib.cpp