201035_1
authorhgs
Thu, 09 Sep 2010 16:37:32 +0300
changeset 67 59984e68247d
parent 66 554fe4dbbb59
child 72 6abfb1094884
201035_1
contactwidgethsplugin/contactwidgeths/inc/contactwidgeths.h
contactwidgethsplugin/contactwidgeths/src/contactwidgeths.cpp
contactwidgethsplugin/resource/qtg_graf_hswidget_preview_contact.svg
contactwidgethsplugin/sis/contactwidgethsplugin.pkg
contactwidgethsplugin/src/contactwidgethsplugin.cpp
--- a/contactwidgethsplugin/contactwidgeths/inc/contactwidgeths.h	Fri Sep 03 14:32:33 2010 +0300
+++ b/contactwidgethsplugin/contactwidgeths/inc/contactwidgeths.h	Thu Sep 09 16:37:32 2010 +0300
@@ -91,6 +91,8 @@
     void thumbnailReady(QPixmap, void*, int, int);
     void loadNormalLayout();
     void onRequestComplete();
+    void onSelfContactIdChanged(const QContactLocalId &theOldId,
+            const QContactLocalId &theNewId);
     
 private:
     void createUI();
@@ -111,6 +113,7 @@
     bool launchSingleContactSelecting();
     void createLauncherWithPosition();
     void loadLayout(const QString frameName, const QString textColor);
+    void finishWidget();
 
 private:
     HbIconItem *mAvatarIconItem;
--- a/contactwidgethsplugin/contactwidgeths/src/contactwidgeths.cpp	Fri Sep 03 14:32:33 2010 +0300
+++ b/contactwidgethsplugin/contactwidgeths/src/contactwidgeths.cpp	Thu Sep 09 16:37:32 2010 +0300
@@ -92,7 +92,6 @@
   mThumbnailPixmap(QPixmap()),
   mThumbnailInProgress(false),
   mTranslator(new HbTranslator(translationsPath, translationsFile)),
-  mAvatarIcon(0),
   mPendingExit(false)
 {
     // Localization file loading   		
@@ -601,6 +600,12 @@
             this, SLOT(onContactsChanged(QList<QContactLocalId>)));
         connect(mContactManager, SIGNAL(contactsRemoved(QList<QContactLocalId>)),
             this, SLOT(onContactsRemoved(QList<QContactLocalId>)));
+        connect(mContactManager,
+        		SIGNAL(selfContactIdChanged(const QContactLocalId &,
+        				const QContactLocalId &)),
+        		this,
+        		SLOT(onSelfContactIdChanged(const QContactLocalId &,
+        				const QContactLocalId &)));
     }
 }
 
@@ -811,21 +816,7 @@
     for(i=0; i<contactIds.count(); i++) {
         if (contactIds.at(i) == mContactLocalId) {
             qDebug() << "-deleting widget with removed contact " << mContactLocalId;
-
-            mAvatarIconItem->deleteLater();
-            mContactNameLabel->deleteLater();
-            
-            mContactLocalId = unUsedContactId;
-            
-            mContactHasAvatarDetail = false;
-            
-            
-            if (!mLauncher->isPendingRequest()){
-            	emit finished();
-            }
-            else {
-            	mPendingExit = true;
-            }
+            finishWidget();
             break;
         }
     }
@@ -890,5 +881,26 @@
     update();
 }
 
+void ContactWidgetHs::onSelfContactIdChanged(const QContactLocalId &theOldId,
+        const QContactLocalId &theNewId) {
+    if (0 != theNewId && mContactLocalId == theNewId) {
+        qDebug() << "-deleting widget after selfcontact change"
+                 << mContactLocalId;
+        finishWidget();
+    }
+}
+
+void ContactWidgetHs::finishWidget() {
+    mAvatarIconItem->deleteLater();
+    mContactNameLabel->deleteLater();
+    mContactLocalId = unUsedContactId;
+    mContactHasAvatarDetail = false;
+    
+    if (!mLauncher->isPendingRequest()) {
+        emit finished();
+    } else {
+    	mPendingExit = true;
+    }
+}
 Q_IMPLEMENT_USER_METATYPE(CntServicesContact)
 Q_IMPLEMENT_USER_METATYPE_NO_OPERATORS(CntServicesContactList)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contactwidgethsplugin/resource/qtg_graf_hswidget_preview_contact.svg	Thu Sep 09 16:37:32 2010 +0300
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
+<svg baseProfile="tiny" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="320px" height="210px" viewBox="0 0 320 210">
+<g>
+<path fill="#F2F2F2" d="M39.715,180.956c-4.411,0-8-3.588-8-8V99.673c0-4.412,3.589-8,8-8H95.15c4.411,0,8,3.588,8,8v73.283   c0,4.412-3.589,8-8,8H39.715z"/>
+<path fill="#E6E6E6" d="M39.715,180.456c-4.136,0-7.5-3.363-7.5-7.5V99.673c0-4.137,3.364-7.5,7.5-7.5H95.15   c4.136,0,7.5,3.363,7.5,7.5v73.283c0,4.137-3.364,7.5-7.5,7.5H39.715z"/>
+<path fill="#CCCCCC" d="M39.715,179.956c-3.859,0-7-3.141-7-7V99.673c0-3.859,3.141-7,7-7H95.15c3.859,0,7,3.141,7,7v73.283   c0,3.859-3.141,7-7,7H39.715z"/>
+<path fill="#B3B3B3" d="M39.715,179.456c-3.584,0-6.5-2.916-6.5-6.5V99.673c0-3.584,2.916-6.5,6.5-6.5H95.15   c3.584,0,6.5,2.916,6.5,6.5v73.283c0,3.584-2.916,6.5-6.5,6.5H39.715z"/>
+<path fill="#B3B3B3" d="M95.152,93.386H39.717c-3.3,0-6,2.701-6,6v73.285c0,3.299,2.7,6,6,6h55.435c3.3,0,6-2.701,6-6V99.386   C101.152,96.087,98.451,93.386,95.152,93.386z"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="151.5151" y1="892.9561" x2="151.5151" y2="851.3788" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#F2F2F2"/>
+<stop offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<path fill="url(#SVGID_1_)" d="M101.153,172.671c0,3.299-2.7,6-6,6H39.718c-3.3,0-6-2.701-6-6V99.386c0-3.299,2.7-6,6-6h55.435   c3.3,0,6,2.701,6,6V172.671z"/>
+<path fill="#999999" d="M95.153,93.886c3.033,0,5.5,2.467,5.5,5.5v73.285c0,3.031-2.467,5.5-5.5,5.5H39.718   c-3.032,0-5.5-2.469-5.5-5.5V99.386c0-3.033,2.468-5.5,5.5-5.5H95.153 M95.153,93.386H39.718c-3.3,0-6,2.701-6,6v73.285   c0,3.299,2.7,6,6,6h55.435c3.3,0,6-2.701,6-6V99.386C101.153,96.087,98.452,93.386,95.153,93.386L95.153,93.386z"/>
+<path fill="none" d="M95.009,96.47H39.856c-1.832,0-3.332,1.498-3.332,3.332v55.154c0,1.83,1.5,3.33,3.332,3.33h55.152   c1.834,0,3.33-1.5,3.33-3.33V99.802C98.339,97.968,96.843,96.47,95.009,96.47z"/>
+<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="151.5132" y1="892.3867" x2="151.5132" y2="851.4817" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#F2F2F2"/>
+<stop offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<path fill="url(#SVGID_2_)" d="M35.609,95.554v63.648h63.648V95.554H35.609z M98.339,154.956c0,1.83-1.496,3.33-3.33,3.33H39.856   c-1.832,0-3.332-1.5-3.332-3.33V99.802c0-1.834,1.5-3.332,3.332-3.332h55.152c1.834,0,3.33,1.498,3.33,3.332V154.956z"/>
+<g>
+<g>
+<path d="M56.241,173.233l-4.867-8.799v8.799h-1.641v-11.818h1.395l4.74,8.556v-8.556h1.641v11.818H56.241z"/>
+<path d="M64.683,171.901c-0.571,0.973-1.458,1.459-2.664,1.459c-0.84,0-1.494-0.236-1.961-0.709     c-0.468-0.474-0.702-1.136-0.702-1.986c0-0.877,0.24-1.528,0.721-1.961c0.481-0.432,1.057-0.698,1.728-0.809     c0.671-0.109,1.488-0.162,2.449-0.162v-1.086c0-1.074-0.573-1.609-1.72-1.609c-0.661,0-1.467,0.142-2.418,0.422v-1.184     c0.957-0.265,1.866-0.396,2.727-0.396c1.015,0,1.785,0.243,2.311,0.733c0.526,0.485,0.789,1.209,0.789,2.16v6.459h-0.919     L64.683,171.901z M64.255,168.739h-0.943c-0.756,0-1.323,0.16-1.701,0.479s-0.566,0.796-0.566,1.431     c0,0.521,0.115,0.905,0.345,1.161c0.23,0.257,0.575,0.386,1.034,0.386c0.582,0,1.032-0.187,1.352-0.557     c0.32-0.369,0.479-0.871,0.479-1.506V168.739z"/>
+<path d="M79.744,173.233h-1.689v-6.35c0-0.611-0.115-1.074-0.345-1.383c-0.23-0.311-0.575-0.465-1.034-0.465     c-0.592,0-1.048,0.23-1.368,0.697c-0.32,0.467-0.479,1.068-0.479,1.813v5.687h-1.688v-6.353c0-0.61-0.118-1.074-0.353-1.386     c-0.235-0.309-0.588-0.463-1.058-0.463c-0.582,0-1.031,0.234-1.348,0.705c-0.317,0.473-0.476,1.072-0.476,1.81v5.687h-1.688     v-9.222h0.943l0.341,1.363c0.565-0.999,1.427-1.498,2.584-1.498c0.613,0,1.122,0.114,1.526,0.349     c0.404,0.233,0.702,0.581,0.892,1.049c0.523-0.933,1.36-1.396,2.513-1.396c0.909,0,1.59,0.246,2.045,0.736     c0.455,0.49,0.682,1.227,0.682,2.203V173.233z"/>
+<path d="M88.059,171.823v1.146c-0.83,0.262-1.688,0.391-2.576,0.391c-1.29,0-2.254-0.391-2.893-1.164     c-0.64-0.777-0.959-1.977-0.959-3.592c0-1.424,0.31-2.564,0.928-3.431c0.618-0.865,1.5-1.296,2.647-1.296     c0.93,0,1.629,0.246,2.097,0.738c0.468,0.494,0.768,1.102,0.9,1.815c0.132,0.716,0.198,1.567,0.198,2.556h-4.978     c0,1.074,0.19,1.879,0.571,2.414c0.381,0.537,0.951,0.808,1.712,0.808C86.349,172.211,87.134,172.081,88.059,171.823z      M83.422,167.954h3.321c0-1.115-0.132-1.902-0.396-2.362c-0.265-0.46-0.645-0.688-1.142-0.688c-0.555,0-0.979,0.236-1.272,0.713     C83.64,166.092,83.47,166.87,83.422,167.954z"/>
+</g>
+</g>
+<path fill="#F0F0FA" d="M73.706,102.255c-3.033,0-5.5-2.467-5.5-5.5V49.648c0-3.033,2.467-5.5,5.5-5.5h213.189   c3.033,0,5.5,2.467,5.5,5.5v47.107c0,3.033-2.467,5.5-5.5,5.5H73.706z"/>
+<path fill="#BEBEC8" d="M286.895,44.648c2.758,0,5,2.242,5,5v47.107c0,2.758-2.242,5-5,5H73.706c-2.757,0-5-2.242-5-5V49.648   c0-2.758,2.243-5,5-5H286.895 M286.895,43.648H73.706c-3.3,0-6,2.699-6,6v47.107c0,3.301,2.7,6,6,6h213.189c3.301,0,6-2.699,6-6   V49.648C292.895,46.347,290.195,43.648,286.895,43.648L286.895,43.648z"/>
+<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="181.4434" y1="811.9688" x2="181.4434" y2="786.9865" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#DCDCDC"/>
+<stop offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<path fill="url(#SVGID_3_)" d="M122.444,95.048c0,1.809-1.477,3.275-3.296,3.275H75.582c-1.821,0-3.298-1.467-3.298-3.275V51.646   c0-1.807,1.477-3.273,3.298-3.273h43.565c1.819,0,3.296,1.467,3.296,3.273L122.444,95.048L122.444,95.048z"/>
+<path fill="#CCCCCC" d="M119.531,47.954h-44.33c-1.841,0-3.33,1.492-3.33,3.33v44.125c0,1.838,1.489,3.331,3.33,3.331h44.33   c1.839,0,3.331-1.492,3.331-3.331V51.284C122.862,49.447,121.369,47.954,119.531,47.954z M122.026,95.409   c0,1.375-1.118,2.497-2.495,2.497h-44.33c-1.379,0-2.501-1.121-2.501-2.497V51.284c0-1.377,1.122-2.496,2.501-2.496h44.33   c1.377,0,2.495,1.119,2.495,2.496V95.409z"/>
+<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="237.0684" y1="811.7012" x2="237.0684" y2="786.718" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#DCDCDC"/>
+<stop offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<path fill="url(#SVGID_4_)" d="M178.068,94.779c0,1.811-1.478,3.277-3.297,3.277h-43.567c-1.821,0-3.297-1.467-3.297-3.277v-43.4   c0-1.807,1.476-3.275,3.297-3.275h43.566c1.819,0,3.298,1.469,3.298,3.275V94.779L178.068,94.779z"/>
+<path fill="#CCCCCC" d="M174.738,47.954h-44.33c-1.841,0-3.331,1.492-3.331,3.33v44.125c0,1.838,1.49,3.331,3.331,3.331h44.33   c1.84,0,3.33-1.492,3.33-3.331V51.284C178.068,49.447,176.578,47.954,174.738,47.954z M177.236,95.409   c0,1.375-1.119,2.497-2.498,2.497h-44.331c-1.377,0-2.498-1.121-2.498-2.497V51.284c0-1.377,1.121-2.496,2.498-2.496h44.331   c1.379,0,2.498,1.119,2.498,2.496V95.409z"/>
+<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="291.9258" y1="811.9688" x2="291.9258" y2="786.9865" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#DCDCDC"/>
+<stop offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<path fill="url(#SVGID_5_)" d="M232.925,95.048c0,1.809-1.476,3.275-3.298,3.275h-43.563c-1.821,0-3.297-1.467-3.297-3.275V51.646   c0-1.807,1.476-3.273,3.297-3.273h43.563c1.822,0,3.298,1.467,3.298,3.273V95.048z"/>
+<path fill="#CCCCCC" d="M230.013,47.954h-44.334c-1.839,0-3.329,1.492-3.329,3.33v44.125c0,1.838,1.49,3.331,3.329,3.331h44.334   c1.836,0,3.327-1.492,3.327-3.331V51.284C233.34,49.447,231.849,47.954,230.013,47.954z M232.508,95.409   c0,1.375-1.122,2.497-2.495,2.497h-44.334c-1.377,0-2.497-1.121-2.497-2.497V51.284c0-1.377,1.12-2.496,2.497-2.496h44.334   c1.373,0,2.495,1.119,2.495,2.496V95.409z"/>
+<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="347.1973" y1="811.9688" x2="347.1973" y2="786.9865" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#DCDCDC"/>
+<stop offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<path fill="url(#SVGID_6_)" d="M288.197,95.048c0,1.809-1.476,3.275-3.297,3.275h-43.566c-1.815,0-3.297-1.467-3.297-3.275V51.646   c0-1.807,1.479-3.273,3.297-3.273H284.9c1.821,0,3.297,1.467,3.297,3.273V95.048z"/>
+<path fill="#CCCCCC" d="M285.283,47.954h-44.33c-1.84,0-3.33,1.492-3.33,3.33v44.125c0,1.838,1.49,3.331,3.33,3.331h44.33   c1.842,0,3.332-1.492,3.332-3.331V51.284C288.615,49.447,287.123,47.954,285.283,47.954z M287.781,95.409   c0,1.375-1.119,2.497-2.498,2.497h-44.33c-1.377,0-2.498-1.121-2.498-2.497V51.284c0-1.377,1.121-2.496,2.498-2.496h44.33   c1.379,0,2.498,1.119,2.498,2.496V95.409z"/>
+<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-1074.6001" y1="4007.5215" x2="-1069.0527" y2="4011.1277" gradientTransform="matrix(0.2118 0.9773 0.9773 -0.2118 -3599.6816 1964.2616)">
+<stop offset="0" style="stop-color:#A7E722"/>
+<stop offset="0.1333" style="stop-color:#A7E722"/>
+<stop offset="0.6303" style="stop-color:#428C0F"/>
+<stop offset="1" style="stop-color:#5CA617"/>
+</linearGradient>
+<path fill="url(#SVGID_7_)" d="M88.017,76.656c1.771-3.041,3.888-5.496,6.164-7.775c2.195-2.195,5.688-4.488,7.247-5.295   l8.128-8.703c-0.713-0.254-3.125-0.393-6.16,0.521c-3.035,0.916-9.932,5.334-14.371,9.773c-4.436,4.441-8.232,10.449-8.957,12.354   c-1.135,2.996-1.031,6.301-0.784,7.26c0,0,0.288,0.877,0.966,2.012C80.542,87.29,88.017,76.656,88.017,76.656z"/>
+<path fill="#020202" fill-opacity="0.05" d="M98.261,65.56c1.261-0.877,2.432-1.594,3.167-1.975l7.912-8.471   c-0.113-0.049-0.179-0.072-0.179-0.072c-0.209-0.076-0.54-0.139-0.951-0.188c-0.671,0.008-1.351,0.08-2.031,0.229   C101.359,56.142,98.122,60.615,98.261,65.56z"/>
+<path fill="#020202" fill-opacity="0.1" d="M98.872,65.142c1.022-0.684,1.941-1.236,2.556-1.557l7.936-8.496   c-0.122-0.055-0.197-0.086-0.197-0.086c-0.195-0.066-0.51-0.127-0.897-0.17c-0.636,0.004-1.277,0.072-1.919,0.213   C101.725,56.06,98.646,60.394,98.872,65.142z"/>
+<path fill="#020202" fill-opacity="0.1" d="M109.178,54.95c-0.18-0.064-0.467-0.117-0.815-0.16   c-0.577,0.006-1.16,0.068-1.745,0.197c-4.304,0.943-7.13,5.064-6.751,9.506c0.615-0.383,1.154-0.697,1.562-0.91l7.977-8.537   C109.259,54.982,109.178,54.95,109.178,54.95z"/>
+<radialGradient id="SVGID_8_" cx="211.6445" cy="-3212.7144" r="10.4009" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)" gradientUnits="userSpaceOnUse">
+<stop offset="0" style="stop-color:#A7E722"/>
+<stop offset="0.6242" style="stop-color:#428C0F"/>
+<stop offset="1" style="stop-color:#5CA617"/>
+</radialGradient>
+<path fill="url(#SVGID_8_)" d="M101.428,63.585l0.786,1.311c0,0,12.781-5.742,11.92-6.803c-0.432-0.533-0.488-0.555-1.045-1.068   c-1.682-1.539-3.533-2.143-3.533-2.143c-0.156-0.055-0.406-0.102-0.713-0.137c-0.505,0.004-1.018,0.059-1.531,0.17   c-3.883,0.855-6.406,4.656-5.893,8.682C101.418,63.595,101.426,63.589,101.428,63.585z"/>
+<path fill="#020202" fill-opacity="0.1" d="M86.667,76.823c-0.838-0.119-1.7-0.102-2.564,0.086   c-2.045,0.449-3.704,1.748-4.777,3.496c-0.311,1.992-0.211,3.732-0.042,4.385c0,0,0.288,0.877,0.966,2.012   c0.247,0.406,5.537-6.994,7.242-9.398L86.667,76.823z"/>
+<path fill="#020202" fill-opacity="0.1" d="M87.412,76.847c-0.837-0.117-1.698-0.1-2.563,0.088   c-2.804,0.615-4.888,2.82-5.722,5.605c-0.022,0.869,0.026,1.586,0.108,2.031c0.001,0.01,0.003,0.027,0.007,0.039   c0,0,0.289,0.875,0.97,2.014c0.254,0.422,5.907-7.521,7.405-9.635L87.412,76.847z"/>
+<radialGradient id="SVGID_9_" cx="-1054.2876" cy="4048.3389" r="12.3743" gradientTransform="matrix(0.2095 0.9787 0.9682 -0.2124 -3613.9478 1970.2626)" gradientUnits="userSpaceOnUse">
+<stop offset="0" style="stop-color:#A7E722"/>
+<stop offset="0.6242" style="stop-color:#428C0F"/>
+<stop offset="1" style="stop-color:#5CA617"/>
+</radialGradient>
+<path fill="url(#SVGID_9_)" d="M81.349,88.361c0.521,0.625,0.547,0.807,1.097,1.289c1.013,0.895,7.874-11.52,7.874-11.52   l-2.273-1.457c-0.796-0.094-1.619-0.064-2.443,0.115c-4.045,0.887-6.609,4.967-5.816,9.17C80.12,86.622,80.625,87.49,81.349,88.361   z"/>
+<path fill="#020202" fill-opacity="0.4" d="M114.134,58.093c-0.15-0.186-0.322-0.379-0.488-0.566l-11.803,6.736l0.371,0.633   C102.214,64.896,114.995,59.154,114.134,58.093z"/>
+<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-1075.2822" y1="4034.8477" x2="-1070.8889" y2="4020.8921" gradientTransform="matrix(0.2118 0.9773 0.9773 -0.2118 -3599.6816 1964.2616)">
+<stop offset="0" style="stop-color:#C6FF45"/>
+<stop offset="0.6788" style="stop-color:#387300"/>
+<stop offset="1" style="stop-color:#66A00E"/>
+</linearGradient>
+<path fill="url(#SVGID_10_)" d="M102.214,64.896l0.997,1.678c0.255,0.436,0.822,0.57,1.33,0.357l3.457-1.977l6.812-3.951   c0.533-0.307,0.743-0.947,0.465-1.426c0,0-0.281-0.424-1.143-1.482L102.214,64.896z"/>
+<path fill="#020202" fill-opacity="0.4" d="M90.32,78.13l-0.614-0.4l-7.8,11.412c0.182,0.174,0.363,0.352,0.54,0.508   C83.458,90.544,90.32,78.13,90.32,78.13z"/>
+<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="-1060.5469" y1="4006.7686" x2="-1050.5383" y2="3995.7466" gradientTransform="matrix(0.2118 0.9773 0.9773 -0.2118 -3599.6816 1964.2616)">
+<stop offset="0" style="stop-color:#C6FF45"/>
+<stop offset="0.6788" style="stop-color:#387300"/>
+<stop offset="1" style="stop-color:#66A00E"/>
+</linearGradient>
+<path fill="url(#SVGID_11_)" d="M82.448,89.65c1.011,0.887,1.425,1.158,1.425,1.158c0.482,0.313,1.155,0.145,1.508-0.373   l6.688-9.824c0.354-0.518,0.259-1.193-0.221-1.5l-1.53-0.979L82.448,89.65z"/>
+<rect x="71.87" y="47.954" fill="none" width="50.781" height="50.786"/>
+<rect x="127.077" y="47.954" fill="none" width="50.785" height="50.786"/>
+<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="257.5703" y1="-3217.2925" x2="257.5703" y2="-3243.1438" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)">
+<stop offset="0" style="stop-color:#FEEFA7"/>
+<stop offset="0.51" style="stop-color:#FFC501"/>
+<stop offset="1" style="stop-color:#F6A800"/>
+</linearGradient>
+<polygon fill="url(#SVGID_12_)" points="170.609,86.562 134.331,86.562 134.331,60.132 152.771,60.652 170.609,60.132  "/>
+<linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="257.5703" y1="-3217.1577" x2="257.5703" y2="-3243.6887" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)">
+<stop offset="0" style="stop-color:#F7AC00"/>
+<stop offset="0.34" style="stop-color:#FFF8DB"/>
+<stop offset="1" style="stop-color:#FFE066"/>
+</linearGradient>
+<path fill="url(#SVGID_13_)" d="M170.207,60.536v25.623h-35.479V60.536H170.207 M170.609,60.132l-18.271,0.219l-18.008-0.219v26.43   h36.277v-26.43H170.609z"/>
+<polygon fill-opacity="0.3" stroke-opacity="0.3" fill="#FBAB13" points="134.331,86.113 170.609,86.113 170.609,85.601    152.468,69.675 134.331,85.601  "/>
+<polygon fill-opacity="0.3" stroke-opacity="0.3" fill="#F18800" points="134.331,86.562 170.609,86.562 170.609,86.046    152.468,70.118 134.331,86.046  "/>
+<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="257.5703" y1="-3227.4331" x2="257.5703" y2="-3243.4272" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)">
+<stop offset="0" style="stop-color:#F98A00"/>
+<stop offset="0.73" style="stop-color:#FCBC3C"/>
+<stop offset="1" style="stop-color:#FFE36A"/>
+</linearGradient>
+<polygon fill="url(#SVGID_14_)" points="170.609,86.548 152.468,70.554 134.331,86.548  "/>
+<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="257.5703" y1="-3227.3979" x2="257.5703" y2="-3243.9622" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)">
+<stop offset="0" style="stop-color:#FFF1B5"/>
+<stop offset="1" style="stop-color:#FFE066"/>
+</linearGradient>
+<polygon fill="url(#SVGID_15_)" points="170.609,86.548 152.468,70.554 134.331,86.548 152.468,71.122  "/>
+<polygon fill-opacity="0.3" stroke-opacity="0.3" fill="#F18800" points="152.505,60.652 134.331,60.132 152.468,78.929    170.609,60.132  "/>
+<polygon fill-opacity="0.4" stroke-opacity="0.4" fill="#C26D00" points="152.472,60.652 134.331,60.132 152.468,77.939    170.609,60.132  "/>
+<polygon fill-opacity="0.4" stroke-opacity="0.4" fill="#AB6100" points="152.406,60.585 134.331,60.132 152.468,77.105    170.609,60.132  "/>
+<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="257.5703" y1="-3232.2349" x2="257.5703" y2="-3216.0684" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)">
+<stop offset="0" style="stop-color:#FFDA33"/>
+<stop offset="0.25" style="stop-color:#FFE692"/>
+<stop offset="1" style="stop-color:#FFFBF8"/>
+</linearGradient>
+<polygon fill="url(#SVGID_16_)" points="134.331,60.132 152.468,76.126 170.609,60.132  "/>
+<rect x="127.077" y="47.954" fill="none" width="50.785" height="50.786"/>
+<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="347.2998" y1="771.0244" x2="347.2998" y2="803.4212" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#A6A8AB"/>
+<stop offset="1" style="stop-color:#231F20"/>
+</linearGradient>
+<path fill-opacity="0.2" stroke-opacity="0.2" fill="url(#SVGID_17_)" d="M245.084,89.411c-1.715,0-3.108-1.396-3.108-3.109   V60.39c0-1.713,1.394-3.107,3.108-3.107h36.273c1.715,0,3.106,1.395,3.106,3.107v25.912c0,1.713-1.396,3.109-3.106,3.109H245.084z"/>
+<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="347.3008" y1="771.5488" x2="347.3008" y2="802.9" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#A9AAAD"/>
+<stop offset="1" style="stop-color:#000000"/>
+</linearGradient>
+<path fill-opacity="0.4" stroke-opacity="0.4" fill="url(#SVGID_18_)" d="M245.084,88.894c-1.428,0-2.592-1.162-2.592-2.592   V60.39c0-1.426,1.164-2.588,2.592-2.588h36.273c1.43,0,2.592,1.162,2.592,2.588v25.912c0,1.43-1.162,2.592-2.592,2.592H245.084z"/>
+<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="347.2998" y1="771.4541" x2="347.2998" y2="801.5528" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#E3E3E3"/>
+<stop offset="1" style="stop-color:#9B9B9B"/>
+</linearGradient>
+<path fill="url(#SVGID_19_)" d="M245.084,87.857c-1.143,0-2.072-0.932-2.072-2.074V59.874c0-1.143,0.93-2.072,2.072-2.072h36.273   c1.145,0,2.07,0.93,2.07,2.072v25.908c0,1.143-0.934,2.074-2.07,2.074L245.084,87.857L245.084,87.857z"/>
+<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="347.3008" y1="771.9805" x2="347.3008" y2="801.0386" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#F5F5F5"/>
+<stop offset="0.7818" style="stop-color:#CCCCCC"/>
+<stop offset="1" style="stop-color:#D1D1D1"/>
+</linearGradient>
+<path fill="url(#SVGID_20_)" d="M282.912,85.782c0,0.857-0.695,1.555-1.555,1.555h-36.273c-0.856,0-1.555-0.697-1.555-1.555V59.874   c0-0.859,0.694-1.555,1.555-1.555h36.273c0.855,0,1.555,0.695,1.555,1.555V85.782z"/>
+<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="347.3047" y1="772.7031" x2="347.3047" y2="800.6855" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#FFFFFF"/>
+<stop offset="1" style="stop-color:#DEDEDE"/>
+</linearGradient>
+<path fill="url(#SVGID_21_)" d="M281.359,59.355c0.284,0,0.521,0.232,0.521,0.52v25.907c0,0.287-0.234,0.52-0.521,0.52h-36.275   c-0.282,0-0.516-0.232-0.516-0.52V59.874c0-0.287,0.229-0.52,0.516-0.52L281.359,59.355 M281.359,58.837h-36.275   c-0.567,0-1.032,0.465-1.032,1.037v25.908c0,0.572,0.465,1.037,1.032,1.037h36.275c0.57,0,1.037-0.465,1.037-1.037V59.874   C282.396,59.302,281.93,58.837,281.359,58.837L281.359,58.837z"/>
+<rect x="247.158" y="64.917" fill-opacity="0.1" stroke-opacity="0.1" fill="#020202" width="15.547" height="17.102"/>
+<rect x="247.158" y="63.88" fill="#FFFFFF" width="15.547" height="17.102"/>
+<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="339.0117" y1="794.4443" x2="339.0117" y2="778.3799" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#3FA8F4"/>
+<stop offset="1" style="stop-color:#8DC8E1"/>
+</linearGradient>
+<rect x="247.677" y="64.4" fill="url(#SVGID_22_)" width="14.51" height="16.064"/>
+<linearGradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="332.791" y1="786.5762" x2="344.19" y2="786.5762" gradientTransform="matrix(1 0 0 1 -84.0801 -713.9219)">
+<stop offset="0" style="stop-color:#146BAF"/>
+<stop offset="1" style="stop-color:#013B77"/>
+</linearGradient>
+<path fill="url(#SVGID_23_)" d="M259.57,76.089c-0.341-0.176-1.646-0.65-2.353-0.914l-0.029-0.012l0,0   c-0.007-0.002-0.014-0.004-0.021-0.01l-0.397-0.158c-0.276-0.318-0.245-1.049-0.092-1.295c0.03-0.049,0.062-0.098,0.092-0.148   h-0.004c0.226-0.367,0.42-0.736,0.574-1.082c0.278,0.1,0.642-0.164,0.819-0.604c0.188-0.459,0.104-0.934-0.185-1.061   c-0.014-0.008-0.026-0.008-0.047-0.016l0,0c0.035-0.143,0.054-0.229,0.054-0.229c0.489-2.205-0.574-3.953-3.166-4.039   c-1.064,0-1.576,0.486-1.975,0.992c-0.646,0.098-1.662,0.686-0.941,3.268c-0.027,0.004-0.058,0.008-0.082,0.02   c-0.287,0.121-0.375,0.592-0.201,1.051c0.178,0.461,0.553,0.736,0.842,0.613c0.016-0.008,0.031-0.021,0.047-0.029   c0.158,0.354,0.354,0.732,0.589,1.115h-0.005c0.013,0.02,0.021,0.035,0.033,0.055c0.002,0.002,0.002,0.006,0.006,0.01h0.001   c0.017,0.029,0.032,0.055,0.053,0.084c0.147,0.234,0.181,0.906-0.06,1.242l-0.414,0.182c-0.692,0.27-2.03,0.76-2.416,0.965   c-0.602,0.318-1.582,1.051-1.582,2.701h12.438C261.15,77.14,260.031,76.329,259.57,76.089z M257.896,70.784   c-0.016-0.006-0.03-0.008-0.047-0.01c-0.021-0.002-0.039-0.008-0.062-0.012h-0.004C257.818,70.769,257.857,70.777,257.896,70.784z    M251.906,70.779c0.004-0.002,0.012-0.01,0.021-0.016c0.002,0.006,0.002,0.01,0.004,0.012   C251.92,70.777,251.91,70.779,251.906,70.779z"/>
+<rect x="265.813" y="66.991" fill-opacity="0.2" stroke-opacity="0.2" fill="#020202" width="13.474" height="0.518"/>
+<rect x="265.813" y="67.509" fill-opacity="0.5" stroke-opacity="0.5" fill="#020202" width="13.474" height="0.906"/>
+<rect x="265.813" y="71.656" fill-opacity="0.2" stroke-opacity="0.2" fill="#020202" width="13.474" height="0.518"/>
+<rect x="265.813" y="72.173" fill-opacity="0.5" stroke-opacity="0.5" fill="#020202" width="13.474" height="0.906"/>
+<rect x="265.813" y="76.318" fill-opacity="0.2" stroke-opacity="0.2" fill="#020202" width="13.474" height="0.518"/>
+<rect x="265.813" y="76.835" fill-opacity="0.5" stroke-opacity="0.5" fill="#020202" width="13.474" height="0.908"/>
+<rect x="237.83" y="47.954" fill="none" width="50.783" height="50.786"/>
+<rect x="182.35" y="47.954" fill="none" width="50.783" height="50.786"/>
+<g>
+<linearGradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="312.8418" y1="-3212.0913" x2="312.8418" y2="-3248.3633" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)">
+<stop offset="0" style="stop-color:#F2F2F2"/>
+<stop offset="0.25" style="stop-color:#4F88BD"/>
+<stop offset="0.73" style="stop-color:#0055A3"/>
+<stop offset="1" style="stop-color:#64AEFB"/>
+</linearGradient>
+<path fill="url(#SVGID_24_)" d="M207.74,91.484c-10,0-18.138-8.135-18.138-18.137c0-10,8.138-18.135,18.138-18.135    s18.142,8.135,18.142,18.135C225.877,83.349,217.74,91.484,207.74,91.484L207.74,91.484z"/>
+<radialGradient id="SVGID_25_" cx="312.6699" cy="-3216.0195" r="33.2892" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)" gradientUnits="userSpaceOnUse">
+<stop offset="0" style="stop-color:#96E9FA"/>
+<stop offset="0.15" style="stop-color:#96E9FA"/>
+<stop offset="0.75" style="stop-color:#005BCC"/>
+<stop offset="1" style="stop-color:#0087D9"/>
+</radialGradient>
+<path fill="url(#SVGID_25_)" d="M225.361,73.347c0,9.732-7.892,17.619-17.621,17.619c-9.729,0-17.617-7.887-17.617-17.619    c0-9.729,7.891-17.617,17.617-17.617C217.47,55.73,225.361,63.618,225.361,73.347z"/>
+<linearGradient id="SVGID_26_" gradientUnits="userSpaceOnUse" x1="312.8398" y1="-3218.0073" x2="312.8398" y2="-3242.1047" gradientTransform="matrix(1 0 0 -1 -105.1001 -3156.9688)">
+<stop offset="0" style="stop-color:#0B81FA"/>
+<stop offset="1" style="stop-color:#47DAFA"/>
+</linearGradient>
+<path fill="url(#SVGID_26_)" d="M207.738,85.361c-3.297,0-6.154-1.188-8.488-3.531c-2.338-2.348-3.521-5.207-3.521-8.498    c0-3.277,1.188-6.127,3.527-8.473c2.347-2.338,5.2-3.521,8.481-3.521c3.299,0,6.152,1.182,8.494,3.516    c2.328,2.336,3.52,5.186,3.52,8.479c0,1.92-0.396,3.613-1.174,5.033c-0.994,1.828-2.457,2.764-4.354,2.764    c-1.64,0-2.896-0.729-3.735-2.164c-0.916,0.746-2.031,1.125-3.334,1.125c-1.82,0-3.306-0.711-4.414-2.107    c-1.004-1.266-1.514-2.822-1.514-4.635c0-1.822,0.512-3.373,1.518-4.615c1.09-1.357,2.576-2.049,4.41-2.049    c0.938,0,1.752,0.18,2.438,0.535v-0.268h3.461v8.885c0,1.922,0.818,1.922,1.175,1.922c0.253,0,1.026,0,1.646-1.58    c0.342-0.881,0.515-1.842,0.515-2.848c0-2.377-0.831-4.354-2.543-6.045c-1.688-1.67-3.739-2.514-6.104-2.514    c-2.4,0-4.389,0.814-6.072,2.492c-1.678,1.68-2.5,3.662-2.5,6.064c0,2.406,0.828,4.391,2.516,6.078    c1.665,1.674,3.7,2.518,6.063,2.518h0.519v3.436L207.738,85.361L207.738,85.361z M207.156,70.085c-0.75,0-1.313,0.328-1.725,1.002    c-0.386,0.621-0.577,1.383-0.577,2.26c0,2.992,1.312,3.336,2.302,3.336c0.981,0,2.287-0.354,2.287-3.445    C209.443,70.411,208.138,70.085,207.156,70.085L207.156,70.085z"/>
+<path fill="#FFFFFF" d="M219.234,73.331c0,1.84-0.373,3.436-1.111,4.783c-0.896,1.664-2.196,2.492-3.896,2.492    c-1.651,0-2.846-0.828-3.592-2.492c-0.896,0.973-2.058,1.457-3.479,1.457c-1.662,0-2.996-0.639-4.008-1.912    c-0.931-1.176-1.4-2.609-1.4-4.313c0-1.711,0.474-3.139,1.4-4.285c0.997-1.242,2.336-1.861,4.008-1.861    c1.252,0,2.235,0.338,2.953,1.021v-0.748h2.424v8.365c0,1.625,0.563,2.439,1.691,2.439c0.922,0,1.633-0.639,2.129-1.91    c0.364-0.947,0.551-1.957,0.551-3.037c0-2.502-0.896-4.639-2.699-6.412c-1.795-1.779-3.947-2.664-6.467-2.664    c-2.521,0-4.67,0.881-6.438,2.645c-1.768,1.768-2.648,3.906-2.648,6.432c0,2.521,0.881,4.672,2.659,6.447    c1.771,1.777,3.917,2.664,6.427,2.664v2.402c-3.168,0-5.877-1.131-8.123-3.381c-2.244-2.256-3.367-4.973-3.367-8.133    c0-3.154,1.125-5.854,3.375-8.105c2.259-2.246,4.959-3.371,8.115-3.371c3.17,0,5.881,1.119,8.127,3.367    C218.111,67.46,219.234,70.165,219.234,73.331z M209.964,73.238c0-2.447-0.938-3.668-2.808-3.668c-0.938,0-1.658,0.412-2.168,1.25    c-0.438,0.703-0.651,1.547-0.651,2.527c0,2.572,0.937,3.859,2.817,3.859C209.027,77.206,209.964,75.884,209.964,73.238z"/>
+</g>
+<g>
+<rect x="36.526" y="96.472" fill="none" width="61" height="61"/>
+<linearGradient id="SVGID_27_" gradientUnits="userSpaceOnUse" x1="130.0825" y1="-247.5078" x2="130.0825" y2="-296.3744" gradientTransform="matrix(1 0 0 -1 -63.0601 -144.4414)">
+<stop offset="0" style="stop-color:#8E8E8E"/>
+<stop offset="1" style="stop-color:#444444"/>
+</linearGradient>
+<path fill="url(#SVGID_27_)" d="M85.667,140.765c-1.861-0.965-11.078-4.195-11.248-4.396l-0.002,0.002    c-1.044-1.189-1-3.832-0.481-4.979c0.002-0.002,0.002-0.002,0.002-0.004c0.037-0.077,0.073-0.152,0.116-0.217    c0.126-0.197,0.246-0.396,0.365-0.596c0.908-1.487,1.667-2.965,2.294-4.348c1.127,0.391,2.575-0.66,3.295-2.436    c0.745-1.84,0.423-3.747-0.722-4.266c-0.063-0.027-0.132-0.031-0.198-0.054v-0.002c0.149-0.582,0.215-0.923,0.215-0.923    c1.977-8.859-2.321-15.883-12.735-16.229c-4.279,0-6.274,0.645-7.862,2.68c-2.582,0.396-6.745,4.066-3.857,14.443    c-0.108,0.019-0.218,0.03-0.322,0.075c-1.152,0.487-1.513,2.38-0.808,4.229c0.708,1.848,2.216,2.949,3.369,2.463    c0.071-0.027,0.13-0.076,0.196-0.12c0.635,1.426,1.415,2.953,2.35,4.491h-0.01c0.024,0.041,0.051,0.076,0.075,0.119    c0.025,0.045,0.05,0.086,0.075,0.129c0.003,0.004,0.005,0.007,0.007,0.009c0.069,0.112,0.136,0.228,0.208,0.337    c0.594,0.93,0.74,3.607-0.186,4.979c-0.231,0.313-9.324,3.504-11.427,4.621c-2.414,1.28-6.352,4.225-6.352,10.858H92.02    c-0.012-6.646-4.513-9.897-6.367-10.868H85.667z"/>
+<path fill="#FFFFFF" fill-opacity="0.15" d="M42.072,150.507c-0.024,0.357-0.042,0.73-0.042,1.117h49.995    c0-0.387-0.019-0.758-0.047-1.117H42.074H42.072z"/>
+<path fill="#FFFFFF" fill-opacity="0.5" d="M58.704,106.118c1.589-2.035,3.583-2.68,7.862-2.68    c8.45,0.281,12.868,4.961,13.18,11.448c0.168-7.058-4.254-12.274-13.18-12.565c-4.279,0-6.273,0.647-7.862,2.681    c-2.021,0.313-4.993,2.644-4.815,8.604c0.201-5.139,2.928-7.193,4.814-7.484L58.704,106.118z"/>
+<path fill="#FFFFFF" fill-opacity="0.5" d="M74.42,136.374c-0.492-0.563-0.737-1.447-0.81-2.352    c-0.097,1.217,0.108,2.67,0.81,3.469l0.002-0.002c0.172,0.199,9.391,3.432,11.248,4.396c1.749,0.914,5.836,3.858,6.305,9.746    h0.047c0-6.636-4.494-9.894-6.352-10.862c-1.859-0.965-11.078-4.191-11.248-4.396L74.42,136.374z"/>
+<path fill="#FFFFFF" fill-opacity="0.5" d="M48.382,141.881c2.108-1.116,11.194-4.302,11.428-4.617    c0.568-0.842,0.728-2.168,0.633-3.284c-0.057,0.803-0.25,1.598-0.633,2.168c-0.232,0.313-9.321,3.502-11.428,4.617    c-2.411,1.284-6.352,4.225-6.352,10.862h0.042c0.413-5.854,4.045-8.535,6.311-9.742L48.382,141.881L48.382,141.881z"/>
+</g>
+</g>
+<rect fill="none" width="320" height="210"/>
+</svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contactwidgethsplugin/sis/contactwidgethsplugin.pkg	Thu Sep 09 16:37:32 2010 +0300
@@ -0,0 +1,50 @@
+;
+; Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+; All rights reserved.
+; This component and the accompanying materials are made available
+; under the terms of "Eclipse Public License v1.0"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+
+
+; Language
+&EN
+
+
+; SIS header: name, uid, version
+#{"contactwidgethsplugin"},(0x2002C353),1,0,0,TYPE=PU
+
+; Localised Vendor name
+%{"Vendor"}
+
+; Unique Vendor name
+:"Vendor"
+
+
+; Manual PKG pre-rules from PRO files
+; Default dependency to Qt libraries
+(0x2001E61C), 4, 7, 0, {"Qt"}
+; Default HW/platform dependencies
+;[0x101F7961],0,0,0,{"S60ProductID"}
+;[0x102032BE],0,0,0,{"S60ProductID"}
+;[0x102752AE],0,0,0,{"S60ProductID"}
+;[0x1028315F],0,0,0,{"S60ProductID"}
+;[0x20022e6d],0,0,0,{"S60ProductID"}
+ 
+; Default dependency to QtMobility libraries
+;(0x2002AC89), 1, 0, 2, {"QtMobility"}
+
+; DEPLOYMENT
+"/epoc32/release/armv5/urel/contactwidgethsplugin.dll" - "!:\sys\bin\contactwidgethsplugin.dll"
+"/epoc32/data/z/private/20022F35/import/widgetregistry/2002C353/contactwidgethsplugin.qtplugin" - "!:\private\20022F35\import\widgetregistry\2002C353\contactwidgethsplugin.qtplugin"
+"/epoc32/data/z/private/20022F35/import/widgetregistry/2002C353/contactwidgethsplugin.xml" - "!:\private\20022F35\import\widgetregistry\2002C353\contactwidgethsplugin.xml"
+"/epoc32/data/z/private/20022F35/import/widgetregistry/2002C353/contactwidgethsplugin.manifest" - "!:\private\20022F35\import\widgetregistry\2002C353\contactwidgethsplugin.manifest"
+"/epoc32/data/z/private/20022F35/import/widgetregistry/2002C353/qtg_large_friend.svg" - "!:\private\20022F35\import\widgetregistry\2002C353\qtg_large_friend.svg"
+
+; Manual PKG post-rules from PRO files
--- a/contactwidgethsplugin/src/contactwidgethsplugin.cpp	Fri Sep 03 14:32:33 2010 +0300
+++ b/contactwidgethsplugin/src/contactwidgethsplugin.cpp	Thu Sep 09 16:37:32 2010 +0300
@@ -46,6 +46,7 @@
         return new ContactWidgetHs();
     } else {
         return 0;
+		
     }
 }