Commit 3c9477f24a7e69905316e3d28317ca3b6c40c673
1 parent
02850012
Exists in
master
and in
1 other branch
Reverting last commit.
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/terminal/actions/property.c
... | ... | @@ -250,9 +250,7 @@ |
250 | 250 | action->pspec = pspec; |
251 | 251 | action->parent.group.id = action_group; |
252 | 252 | |
253 | - if(GTK_IS_V3270(widget)) { | |
254 | - v3270_action_set_terminal_widget(G_ACTION(action), widget); | |
255 | - } | |
253 | + v3270_action_set_terminal_widget(G_ACTION(action), widget); | |
256 | 254 | |
257 | 255 | return V3270_SIMPLE_ACTION(action); |
258 | 256 | } | ... | ... |