From 3c9477f24a7e69905316e3d28317ca3b6c40c673 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 1 Jun 2020 16:05:52 -0300 Subject: [PATCH] Reverting last commit. --- src/terminal/actions/property.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/terminal/actions/property.c b/src/terminal/actions/property.c index e8c0f60..56e596a 100644 --- a/src/terminal/actions/property.c +++ b/src/terminal/actions/property.c @@ -250,9 +250,7 @@ action->pspec = pspec; action->parent.group.id = action_group; - if(GTK_IS_V3270(widget)) { - v3270_action_set_terminal_widget(G_ACTION(action), widget); - } + v3270_action_set_terminal_widget(G_ACTION(action), widget); return V3270_SIMPLE_ACTION(action); } -- libgit2 0.21.2