equal
deleted
inserted
replaced
116 void FolderView::folderViewTriggered() |
116 void FolderView::folderViewTriggered() |
117 { |
117 { |
118 mainWindow()->setCurrentView(Views::folderView()); |
118 mainWindow()->setCurrentView(Views::folderView()); |
119 } |
119 } |
120 |
120 |
121 /*void FolderView::settingsViewTriggered() |
|
122 { |
|
123 mainWindow()->setCurrentView(Views::settingsView()); |
|
124 }*/ |
|
125 |
|
126 void FolderView::showNote(const int err) |
121 void FolderView::showNote(const int err) |
127 { |
122 { |
128 if(err) |
123 if(err) |
129 { |
124 { |
130 HbNotificationDialog* notifyDialog = new HbNotificationDialog; |
125 HbNotificationDialog* notifyDialog = new HbNotificationDialog; |