mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
|
||||
);
|
||||
|
||||
$this->content = new Content(
|
||||
$this->navbar = new Navbar(
|
||||
$this
|
||||
);
|
||||
|
||||
$this->navbar = new Navbar(
|
||||
$this->content = new Content(
|
||||
$this
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,6 @@ class Content
|
|||
|
||||
else
|
||||
{
|
||||
/* @TODO initiation test
|
||||
$this->history->navbar->open->gtk->set_sensitive(
|
||||
false
|
||||
);
|
||||
|
|
@ -183,7 +182,6 @@ class Content
|
|||
$this->history->navbar->delete->gtk->set_sensitive(
|
||||
false
|
||||
);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue