[drats_users] d-rats-0.3.0b3.tar.gz on CenTOS 5.3

Adrian
Thu Apr 23 14:00:03 PDT 2009


Interim fix

/root/download/D-Star/d-rats-linux2/d-rats-0.3.0b3/d_rats/ui/main_stations.py

Comment out line 47;

    def __init__(self, wtree, config):
        MainWindowTab.__init__(self, wtree, config, "main")

        frame, self.__view, = self._getw("stations_frame", "stations_view")

        store = gtk.ListStore(gobject.TYPE_STRING,
                              gobject.TYPE_INT,
                              gobject.TYPE_STRING)
        store.set_sort_column_id(1, gtk.SORT_DESCENDING)
        self.__view.set_model(store)
#      self.__view.set_tooltip_column(2)

        def render_with_time(col, rend, model, iter):
            call, ts = model.get(iter, 0, 1)
            sec = time.time() - ts

vk4tux



More information about the drats_users mailing list