Removed TODO statement.

pull/17/head
Christian Jacobs 2013-07-13 20:25:12 +01:00
rodzic 59f53981e8
commit 57749656a8
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -235,8 +235,7 @@ class RecordDialog(Gtk.Dialog):
return self.sources[field_name].get_text()
def lookup_callback(self, widget=None):
# TODO: If a session doesn't already exist: Show a username and password dialog, and initiate a session.
# Get the callsign-related data from the qrz.com database.
''' Gets the callsign-related data from the qrz.com database. '''
callsign_lookup = CallsignLookup(root_window = self)
config = ConfigParser.ConfigParser()