From 6527c797b2a9af877bc3fce118881b20b7758745 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Wed, 20 Aug 2008 20:07:18 +0000
Subject: [PATCH] TODO -> FIXME; and a typo (aka yes you guessed it!: cosmetic)

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

diff --git a/src/roster_window.py b/src/roster_window.py
index eb4816cb72..315c2b1c4c 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -818,7 +818,7 @@ class RosterWindow:
 			return False
 
 
-	# TODO: This function is yet unused! Port to new API
+	# FIXME: This function is yet unused! Port to new API
 	def add_transport(self, jid, account):
 		'''Add transport to roster and draw it.
 		Return the added contact instance.'''
@@ -3441,7 +3441,7 @@ class RosterWindow:
 
 	def on_row_activated(self, widget, path):
 		'''When an iter is activated (double-click or single click if gnome is
-		set this way'''
+		set this way)'''
 		model = self.modelfilter
 		account = model[path][C_ACCOUNT].decode('utf-8')
 		type_ = model[path][C_TYPE]
-- 
GitLab