From 062e1c5b2f8218773f7ed8bc8bbb51d95ef8f60e Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 12 Dec 2005 15:12:15 +0000 Subject: [PATCH] default to dcraven iconset --- src/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.py b/src/common/config.py index 13101daf4..a119d84ad 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -70,7 +70,7 @@ class Config: 'last_status_msg_invisible': [ opt_str, '' ], 'last_status_msg_offline': [ opt_str, '' ], 'trayicon': [ opt_bool, True ], - 'iconset': [ opt_str, 'sun' ], + 'iconset': [ opt_str, 'dcraven' ], 'use_transports_iconsets': [ opt_bool, True ], 'inmsgcolor': [ opt_color, '#a34526' ], 'outmsgcolor': [ opt_color, '#164e6f' ],