Always save when quitting the application
This commit is contained in:
parent
0f7bd8f094
commit
3ec44384f3
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ midori_app_quit_cb (MidoriBrowser* browser,
|
||||||
g_unlink (config_file);
|
g_unlink (config_file);
|
||||||
g_free (config_file);
|
g_free (config_file);
|
||||||
|
|
||||||
if (save_timeout && session)
|
if (session)
|
||||||
midori_session_save_timeout_cb (session);
|
midori_session_save_timeout_cb (session);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue