Active Topics

 


Reply
Thread Tools
Posts: 146 | Thanked: 15 times | Joined on Oct 2008
#1
Hi,
I made a pygtk app (say, 'prog'), and I want to set the title to, say, "Output". When I do

window.set_title('Output')

my app title insists to add the program name, so the title reads "prog - Output" instead of just "Output". This is added in the tablet, but not in the PC, so I suppose it's hildon-related.

How can I avoid the inclussion of the program name in the title?

Thanks!!!!
L.
 

The Following User Says Thank You to luis For This Useful Post:
Posts: 111 | Thanked: 31 times | Joined on May 2007
#2
Try to set the application name to "" with gtk.set_application_name() before using set_title()

https://bugs.maemo.org/show_bug.cgi?id=1732

Last edited by pamadio; 2009-09-16 at 05:15. Reason: forgot to mention set_title() is still needed
 

The Following User Says Thank You to pamadio For This Useful Post:
Posts: 146 | Thanked: 15 times | Joined on Oct 2008
#3
Yep!!!

I just set gtk.set_application_name("") after importing hildon and osso.

Thanks!!!!

L.
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:13.