[hotssh] Remove call to vte_terminal_set_color_dim()
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hotssh] Remove call to vte_terminal_set_color_dim()
- Date: Fri, 19 Sep 2014 14:07:34 +0000 (UTC)
commit d67652075e1adbdf2eed8c4751eea4b220a41b90
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Fri Sep 19 10:03:42 2014 -0400
Remove call to vte_terminal_set_color_dim()
The vte_terminal_set_color_dim() API was removed in favor of computing
dim colors algorithmically. See bug 735245.
src/hotssh-tab.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/hotssh-tab.c b/src/hotssh-tab.c
index 1016bd8..8f8bcf7 100644
--- a/src/hotssh-tab.c
+++ b/src/hotssh-tab.c
@@ -923,7 +923,6 @@ hotssh_tab_style_updated (GtkWidget *widget)
vte_terminal_set_color_foreground ((VteTerminal*)priv->terminal, &fg);
vte_terminal_set_color_background ((VteTerminal*)priv->terminal, &bg);
vte_terminal_set_color_bold ((VteTerminal*)priv->terminal, &fg);
- vte_terminal_set_color_dim ((VteTerminal*)priv->terminal, &fg);
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]