maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Pygtk: how to avoid program name in window title? (https://talk.maemo.org/showthread.php?t=31708)

luis 2009-09-15 21:49

Pygtk: how to avoid program name in window title?
 
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.

pamadio 2009-09-16 04:59

Re: Pygtk: how to avoid program name in window title?
 
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

luis 2009-09-17 01:47

Re: Pygtk: how to avoid program name in window title?
 
Yep!!! :)

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

Thanks!!!!

L.


All times are GMT. The time now is 22:43.

vBulletin® Version 3.8.8