From 582b0e320c63b1cc04f9ce5a05ad0b1d7d9f9fc4 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Mon, 12 Dec 2005 15:29:20 +0000
Subject: [PATCH] margin 80

---
 src/systraywin32.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/systraywin32.py b/src/systraywin32.py
index 0a8c58e361..c4d88175e6 100644
--- a/src/systraywin32.py
+++ b/src/systraywin32.py
@@ -324,8 +324,8 @@ def load_icos(self):
 		imgs = {}
 		path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '16x16', 'icos')
 		# icon folder for missing icons 
-		path_dcraven_iconset = os.path.join(gajim.DATA_DIR, 'iconsets', 'dcraven', '16x16',
-			'icos')
+		path_dcraven_iconset = os.path.join(gajim.DATA_DIR, 'iconsets', 'dcraven',
+			'16x16', 'icos')
 		states_list = gajim.SHOW_LIST
 		# trayicon apart from show holds message state too
 		states_list.append('message')
-- 
GitLab