]> git.armaanb.net Git - chorizo.git/commit
Update main window title again
authorPeter Hofmann <scm@uninformativ.de>
Thu, 30 Apr 2020 13:50:21 +0000 (15:50 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Thu, 30 Apr 2020 13:54:39 +0000 (15:54 +0200)
commitfa1f12adddc48ecac4f58113e854266ca7fca3c7
treec62ef31d9f88f734dceb7075fdd473f476b02855
parentedef0ae22ae1501794516ffb720c0f5fecc02378
Update main window title again

This is important for password managers like keepass.

Unlike the previous version of this code, we no longer traverse widget
hierarchies. Instead, a pointer to the real tab label widget is stored
on whatever widget happens to be returned by gtk_notebook_get_tab_label().
Luckily, there is an easy way to do this via g_object.
browser.c