From b04b202832e6d4a596ba8b825265963a169785fb Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Thu, 18 Aug 2005 17:50:34 +0000
Subject: [PATCH] future fix comment by nebulam

---
 scripts/gajim-remote.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/gajim-remote.py b/scripts/gajim-remote.py
index 364a8ee053..330c83c11c 100755
--- a/scripts/gajim-remote.py
+++ b/scripts/gajim-remote.py
@@ -209,6 +209,7 @@ Please specify account for sending the message.') % sys.argv[2])
 			self.service = self.sbus.get_service(SERVICE)
 			interface = self.service.get_object(OBJ_PATH, INTERFACE)
 		else:
+			#say to nkour that this should be Unknown D-Bus version: %s (thanks nebulam)
 			send_error(_('Unknown dbus version: %s') % _version)
 			
 		# get the function asked
-- 
GitLab