[polari] roomList: Don't use markup in room label
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] roomList: Don't use markup in room label
- Date: Sat, 12 Oct 2013 19:51:01 +0000 (UTC)
commit c7ff4c16bdbad5fc907eb66c352effae10274b64
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Oct 12 21:41:01 2013 +0200
roomList: Don't use markup in room label
A bold room label used to indicate highlighted messages in the
corresponding channel; since commit cb69f7d3a62 this is no longer
the case, so stop using markup altogether - this will also relieve
us from escaping any markup from the room name.
https://bugzilla.gnome.org/show_bug.cgi?id=709933
src/roomList.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/roomList.js b/src/roomList.js
index 93214db..c95196a 100644
--- a/src/roomList.js
+++ b/src/roomList.js
@@ -98,8 +98,7 @@ const RoomRow = new Lang.Class({
icon.get_style_context().add_class('dim-label');
box.add(icon);
- this._roomLabel = new Gtk.Label({ use_markup: true,
- hexpand: true,
+ this._roomLabel = new Gtk.Label({ hexpand: true,
ellipsize: Pango.EllipsizeMode.END,
halign: Gtk.Align.START,
valign: Gtk.Align.BASELINE });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]