@@ -5,6 +5,7 @@ Changelog
------------------
- IE9 and IE8 CSS fixes. [jcbrand]
+- Bugfix. Pencil icon not visible (for setting status update). [jcbrand]
0.6.0 (2013-08-26)
@@ -2379,7 +2379,7 @@
'<span class="icon-{{ chat_status }}"></span>'+
'{{ status_message }}' +
'</a>' +
- '<a class="change-xmpp-status-message" href="#" title="'+__('Click here to write a custom status message')+'"></a>' +
+ '<a class="change-xmpp-status-message icon-pencil" href="#" title="'+__('Click here to write a custom status message')+'"></a>' +
'</div>'),
renderStatusChangeForm: function (ev) {