Append "Private Browsing" to title in private mode
Fixes: https://bugs.launchpad.net/midori/+bug/699969
This commit is contained in:
parent
7504edaa11
commit
9ab46a3daa
1 changed files with 4 additions and 1 deletions
|
@ -1722,6 +1722,9 @@ main (int argc,
|
||||||
/* libSoup uses threads, so we need to initialize threads. */
|
/* libSoup uses threads, so we need to initialize threads. */
|
||||||
if (!g_thread_supported ()) g_thread_init (NULL);
|
if (!g_thread_supported ()) g_thread_init (NULL);
|
||||||
sokoke_register_stock_items ();
|
sokoke_register_stock_items ();
|
||||||
|
if (webapp && config)
|
||||||
|
g_set_application_name (_("Midori (Private Browsing)"));
|
||||||
|
else
|
||||||
g_set_application_name (_("Midori"));
|
g_set_application_name (_("Midori"));
|
||||||
|
|
||||||
#ifdef G_ENABLE_DEBUG
|
#ifdef G_ENABLE_DEBUG
|
||||||
|
|
Loading…
Reference in a new issue