pull/61/head
Christian T. Jacobs 2017-04-23 19:50:08 +01:00
rodzic caff4ca18d
commit 0ba9a6e3e0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -69,7 +69,7 @@ class TestLogbook(unittest.TestCase):
data_types = [int] + [str]*3
model = Gtk.ListStore(*data_types)
model.append([0, "MYCALL", "20150323", "1433"])
path = Gtk.TreePath(0)
iter = model.get_iter(path)