[gnome-contacts] Add icon for chat rows
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Add icon for chat rows
- Date: Wed, 25 May 2011 11:59:02 +0000 (UTC)
commit 6ea16d862cdca5c4442a6a8b58231c4c5b8d76cc
Author: Alexander Larsson <alexl redhat com>
Date: Tue May 24 14:28:10 2011 +0200
Add icon for chat rows
src/contacts-app.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 435fc60..58da78b 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -283,7 +283,7 @@ public class Contacts.App : Window {
add_header (_("Chat"));
foreach (var protocol in im_keys) {
foreach (var id in ims[protocol]) {
- add_string_label (protocol, id, null, out row);
+ add_string_label (protocol, id, "user-available-symbolic", out row);
var presence = contact.create_presence_widget (protocol, id);
if (presence != null) {
presence.set_valign (Align.CENTER);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]