phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.cpp
changeset 27 2f8f8080a020
parent 22 6bb1b21d2484
child 51 f39ed5e045e0
--- a/phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.cpp	Fri Apr 16 14:58:25 2010 +0300
+++ b/phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.cpp	Mon May 03 12:31:11 2010 +0300
@@ -75,6 +75,7 @@
 
 BubbleTestView::~BubbleTestView()
 {
+    toolBar()->clearActions();
     delete mBubbleTester;
 }
 
@@ -868,7 +869,7 @@
     connect( mUnmute, SIGNAL(triggered()), this, SLOT(setMuted()), Qt::QueuedConnection );
 
     // not connected to anywhere
-    mActivateLoudspeaker = new HbAction(HbIcon("qtg_mono_loudspeaker"), "", this);
+    mActivateLoudspeaker = new HbAction(HbIcon("qtg_mono_speaker"), "", this);
     mActivateHandset = new HbAction(HbIcon("qtg_mono_mobile"), "", this);
     mSendMessage = new HbAction(HbIcon("qtg_mono_send"), "", this);
     mSilence = new HbAction(HbIcon("qtg_mono_speaker_off"), "", this);