iaupdate/IAD/backgroundchecker/src/iaupdatebgsoftnotification.cpp
changeset 69 b18a4bf55ddb
parent 44 329d304c1aa1
equal deleted inserted replaced
64:48c14c385b0e 69:b18a4bf55ddb
    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     }