iaupdate/IAD/backgroundchecker/src/iaupdatebgsoftnotification.cpp
changeset 72 a0dc14075813
parent 53 ae54820ef82c
equal deleted inserted replaced
67:3a625661d1ce 72:a0dc14075813
    27 #include "iaupdatebglogger.h"
    27 #include "iaupdatebglogger.h"
    28 
    28 
    29 // Indicator type
    29 // Indicator type
    30 _LIT(KIndicatorTypeBgc, "com.nokia.iaupdate.indicatorplugin/1.0");
    30 _LIT(KIndicatorTypeBgc, "com.nokia.iaupdate.indicatorplugin/1.0");
    31 
    31 
       
    32 // Icon name
       
    33 _LIT( KIconName, "qtg_large_swupdate" );
       
    34 
    32 // ============================ MEMBER FUNCTIONS ===============================
    35 // ============================ MEMBER FUNCTIONS ===============================
    33 void CIAUpdateBGSoftNotification::NotificationDialogActivated(
    36 void CIAUpdateBGSoftNotification::NotificationDialogActivated(
    34         const CHbDeviceNotificationDialogSymbian* /* aDialog */)
    37         const CHbDeviceNotificationDialogSymbian* /* aDialog */)
    35     {
    38     {
    36     
    39     
   128     SetIndicatorEnabled( ETrue );
   131     SetIndicatorEnabled( ETrue );
   129 
   132 
   130     // fill texts, icon & behaviour parameters
   133     // fill texts, icon & behaviour parameters
   131     FillNotificationParams();
   134     FillNotificationParams();
   132     
   135     
       
   136     iNotificationDialog->SetIconNameL( KIconName );
   133     iNotificationDialog->ShowL();
   137     iNotificationDialog->ShowL();
   134     
   138     
   135     return;
   139     return;
   136     
   140     
   137     }
   141     }