[Glade-users] window title

Manu C S manu@sumerusolutions.com
Mon, 24 Feb 2003 17:42:49 +0530 (IST)


Hi,

For every execution of my gtk application, the title of my main
window is set as:
	application_name <2>
and this number is incremented for each subsequent invocation
of the application.
Is it possible to have the title without this number?
How does one do it?

Also, even though I quit my application, at the command line
I have to explicitly do a ^-C or something to actually exit.
How can I make my application completely exit when I quit
my application from the GUI?

Thanks,
Manu