mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove deprecated constructions
This commit is contained in:
parent
7e7cff8c74
commit
ed6e639082
3 changed files with 2 additions and 10 deletions
|
|
@ -28,14 +28,14 @@ void History::refresh()
|
|||
{
|
||||
Memory match;
|
||||
|
||||
historyBack->set_sensitive(
|
||||
historyBack->set_sensitive( // @TODO operate with action status
|
||||
try_back(
|
||||
match,
|
||||
false
|
||||
)
|
||||
);
|
||||
|
||||
historyForward->set_sensitive(
|
||||
historyForward->set_sensitive( // @TODO operate with action status
|
||||
try_forward(
|
||||
match,
|
||||
false
|
||||
|
|
|
|||
|
|
@ -15,8 +15,4 @@ Back::Back()
|
|||
set_tooltip_text(
|
||||
_("Back")
|
||||
);
|
||||
|
||||
set_sensitive(
|
||||
false // @TODO no effect by set_action_name
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,8 +15,4 @@ Forward::Forward()
|
|||
set_tooltip_text(
|
||||
_("Forward")
|
||||
);
|
||||
|
||||
set_sensitive(
|
||||
false // @TODO no effect by set_action_name
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue