From 396c61de145fb2640f7d09952577b74017f52cda Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 23 Nov 2005 17:48:32 +0000 Subject: [PATCH] replace tab with space --- src/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notify.py b/src/notify.py index 1c7200358..0c4655762 100644 --- a/src/notify.py +++ b/src/notify.py @@ -150,7 +150,7 @@ def dbus_notify(event_type, jid, account, msg_type = '', file_props = None): if not iconset: iconset = 'sun' # FIXME: use 32x32 or 48x48 someday - path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '16x16', img) + path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '16x16', img) path = os.path.abspath(path) notif = dbus_get_interface() if notif is None: