aboutsummaryrefslogtreecommitdiffstats
path: root/connect.c
diff options
context:
space:
mode:
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)