Re: Git branches etc.
- From: Alexandre <airmind gmail com>
- To: John Stowers <john stowers gmail com>
- Cc: Conduit <conduit-list gnome org>
- Subject: Re: Git branches etc.
- Date: Tue, 17 Feb 2009 00:39:41 -0300
Just one more thing. You have to change one more line of code to make it work:
Change line 221 (for me), from:
tags_config.set_choices(self._get_all_tags())
to:
tags_config.set_choices([(tag, tag) for tag in self._get_all_tags()])
And the Start F-Spot button is disabled because F-Spot does not include a DBus activation service file, which would make make that button just perfect (one line of code!). But now we have to get in a lot more trouble to actually start F-Spot, which I havent implemented yet, but is possible (I'm not sure what is the right way to do it tough).
It seems not including the activation file is a common problem with DBus-enabled applications. That's a real shame, it's a great feature.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]