aboutsummaryrefslogtreecommitdiffstats
path: root/connect.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-09-13 15:41:00 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-09-13 15:41:00 +0200
commit4e7ddbbe5994297f383149cb85c949b670c697c9 (patch)
tree0dfe70909b15643a54122c21faba70f9d8fdf508 /connect.c
parentd6af7727d1defbc0b7a44b704deeeae4965c4409 (diff)
downloadvconsole-4e7ddbbe5994297f383149cb85c949b670c697c9.tar.gz
colorize domain list a bit
Diffstat (limited to 'connect.c')
-rw-r--r--connect.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/connect.c b/connect.c
index 293af66..44eea8c 100644
--- a/connect.c
+++ b/connect.c
@@ -105,9 +105,11 @@ struct vconsole_connect *connect_init(struct vconsole_window *win,
gtk_tree_store_append(win->store, &iter, NULL);
gtk_tree_store_set(win->store, &iter,
- CPTR_COL, conn,
- NAME_COL, name,
- URI_COL, uri,
+ CPTR_COL, conn,
+ NAME_COL, name,
+ URI_COL, uri,
+ FOREGROUND_COL, "black",
+ WEIGHT_COL, PANGO_WEIGHT_NORMAL,
-1);
if (debug)