phoneuis/bubblemanager2/bubblecore/src/bubbleutils.cpp
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
--- a/phoneuis/bubblemanager2/bubblecore/src/bubbleutils.cpp	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneuis/bubblemanager2/bubblecore/src/bubbleutils.cpp	Wed Jun 23 18:12:20 2010 +0300
@@ -266,16 +266,7 @@
     if ( (( callState == BubbleManagerIF::Incoming ) ||
           ( callState == BubbleManagerIF::Waiting )) &&
          (callFlags & BubbleManagerIF::Diverted) ) {
-        icon.setIcon( HbIcon(":/qtg_mono_call_diverted.svg") );
-
-        // temporary, diverted icon is not yet in theme and
-        // because of that css coloring doesn't work
-        QColor color;
-        color = HbColorScheme::color("qtc_list_item_title_normal");
-        if (color.isValid()) {
-            icon.setColor(Qt::white);
-        }
-
+        icon.setIcon( HbIcon("qtg_mono_call_diverted") );
         icon.show();
     } else {
         icon.setIcon( HbIcon() );