[meld] Removed unused colour preferences
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Removed unused colour preferences
- Date: Sun, 1 Jan 2012 00:38:34 +0000 (UTC)
commit 3314e174777fb541943edaedfd3f4f2ad76052ee
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sat Dec 31 08:02:31 2011 +1000
Removed unused colour preferences
meld/preferences.py | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/meld/preferences.py b/meld/preferences.py
index 4b2e756..683760d 100644
--- a/meld/preferences.py
+++ b/meld/preferences.py
@@ -219,15 +219,10 @@ class MeldPreferences(prefs.Preferences):
"ignore_symlinks": prefs.Value(prefs.BOOL,0),
"vc_console_visible": prefs.Value(prefs.BOOL, 0),
"color_delete_bg" : prefs.Value(prefs.STRING, "DarkSeaGreen1"),
- "color_delete_fg" : prefs.Value(prefs.STRING, "Red"),
"color_replace_bg" : prefs.Value(prefs.STRING, "#ddeeff"),
- "color_replace_fg" : prefs.Value(prefs.STRING, "Black"),
"color_conflict_bg" : prefs.Value(prefs.STRING, "Pink"),
- "color_conflict_fg" : prefs.Value(prefs.STRING, "Black"),
"color_inline_bg" : prefs.Value(prefs.STRING, "LightSteelBlue2"),
"color_inline_fg" : prefs.Value(prefs.STRING, "Red"),
- "color_edited_bg" : prefs.Value(prefs.STRING, "gray90"),
- "color_edited_fg" : prefs.Value(prefs.STRING, "Black"),
"filters" : prefs.Value(prefs.STRING,
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
_("Backups\t1\t#*# .#* ~* *~ *.{orig,bak,swp}\n") + \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]