diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-13 15:41:00 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-13 15:41:00 +0200 |
commit | 4e7ddbbe5994297f383149cb85c949b670c697c9 (patch) | |
tree | 0dfe70909b15643a54122c21faba70f9d8fdf508 /connect.c | |
parent | d6af7727d1defbc0b7a44b704deeeae4965c4409 (diff) | |
download | vconsole-4e7ddbbe5994297f383149cb85c949b670c697c9.tar.gz |
colorize domain list a bit
Diffstat (limited to 'connect.c')
-rw-r--r-- | connect.c | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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) |