diff -r 8ba0afbb4637 -r a15d9966050f messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp --- a/messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp Thu Sep 02 20:23:03 2010 +0300 +++ b/messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp Fri Sep 17 08:28:39 2010 +0300 @@ -32,7 +32,7 @@ // LOCAL CONSTANTS #define LOC_OPEN hbTrId("txt_common_menu_open") -#define LOC_SAVE hbTrId("txt_common_menu_save") + static const char PIXMAP_ICON[] = "qtg_small_image"; static const char CORRUPTED_PIXMAP_ICON[] = "qtg_large_corrupted"; @@ -171,14 +171,6 @@ } //--------------------------------------------------------------- -// UniViewerPixmapWidget::handleSave -// @see header file -//--------------------------------------------------------------- -void UniViewerPixmapWidget::handleSave() -{ -} - -//--------------------------------------------------------------- // UniViewerPixmapWidget::regrabGesture // @see header file //--------------------------------------------------------------- @@ -244,7 +236,7 @@ HbMenu* menu = new HbMenu; menu->setAttribute(Qt::WA_DeleteOnClose); menu->addAction(LOC_OPEN, this, SLOT(handleOpen())); - menu->addAction(LOC_SAVE, this, SLOT(handleSave())); + menu->setPreferredPos(position); menu->show(); }