mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix navigation history table cleanup
This commit is contained in:
parent
5c19a2cda9
commit
3706628225
2 changed files with 6 additions and 1 deletions
|
|
@ -334,6 +334,11 @@ int Navigation::DB::SESSION::clean(
|
||||||
// Delegate children dependencies cleanup
|
// Delegate children dependencies cleanup
|
||||||
if (EXEC_STATUS == SQLITE_OK)
|
if (EXEC_STATUS == SQLITE_OK)
|
||||||
{
|
{
|
||||||
|
navigation::History::DB::SESSION::clean(
|
||||||
|
db,
|
||||||
|
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
|
||||||
|
);
|
||||||
|
|
||||||
navigation::Request::DB::SESSION::clean(
|
navigation::Request::DB::SESSION::clean(
|
||||||
db,
|
db,
|
||||||
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
|
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ namespace app::browser::main::tab::page::navigation
|
||||||
|
|
||||||
class History : public Gtk::Box
|
class History : public Gtk::Box
|
||||||
{
|
{
|
||||||
private:
|
public:
|
||||||
/*
|
/*
|
||||||
* History class database
|
* History class database
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue