[Xfce4-commits] <terminal:master> Make the default cursor color same as the palette.
Nick Schermer
noreply at xfce.org
Wed Dec 26 11:22:01 CET 2012
Updating branch refs/heads/master
to 4c9d09d6c23226174476c713b0667aec7f463e81 (commit)
from 7b71ef7be2b29c0960811c14f84dea2ad6491878 (commit)
commit 4c9d09d6c23226174476c713b0667aec7f463e81
Author: Nick Schermer <nick at xfce.org>
Date: Wed Dec 26 11:21:37 2012 +0100
Make the default cursor color same as the palette.
terminal/terminal-preferences.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/terminal/terminal-preferences.c b/terminal/terminal-preferences.c
index 5caaf0d..2e7bf2d 100644
--- a/terminal/terminal-preferences.c
+++ b/terminal/terminal-preferences.c
@@ -371,7 +371,7 @@ terminal_preferences_class_init (TerminalPreferencesClass *klass)
g_param_spec_string ("color-cursor",
"color-cursor",
"ColorCursor",
- "#00ff00",
+ "#00aa00",
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
/**
More information about the Xfce4-commits
mailing list