View Single Post
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#132
Originally Posted by TrueJournals View Post
I just got the latest SVN, and was playing around with it, and the title change feature is in there, which is great, but there seems to be something wrong with it. The title is now "Dialer - Dialer - (page)", while it should be "Dialer - (page)"

The solution I found was to get rid of "Dialer - " in any calls to self._window.set_title (there were two I found, and it's actually "%s - " and self.__pretty_app_name__). Everything seems to be working great now. Good work on everything!
So I'm guessing Hildon automatically combines gtk.set_app_name with self._window.set_title. *sigh* wish the documentation was better, especially for Python.

I also changed it from python2.5 to python, so hopefully that works. Like I always say, this would be a lot easier if I had a working SDK to test against.