mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
init content entity after navbar construction
This commit is contained in:
parent
d2d523c724
commit
6f69dc63ee
2 changed files with 2 additions and 4 deletions
|
|
@ -31,11 +31,11 @@ class History
|
||||||
\GtkOrientation::VERTICAL
|
\GtkOrientation::VERTICAL
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->content = new Content(
|
$this->navbar = new Navbar(
|
||||||
$this
|
$this
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->navbar = new Navbar(
|
$this->content = new Content(
|
||||||
$this
|
$this
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,6 @@ class Content
|
||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* @TODO initiation test
|
|
||||||
$this->history->navbar->open->gtk->set_sensitive(
|
$this->history->navbar->open->gtk->set_sensitive(
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
@ -183,7 +182,6 @@ class Content
|
||||||
$this->history->navbar->delete->gtk->set_sensitive(
|
$this->history->navbar->delete->gtk->set_sensitive(
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue