diff options
author | rbuj <[email protected]> | 2021-10-27 18:14:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:38:28 +0100 |
commit | d2dc831499db3f3362e98795b9078975b9958581 (patch) | |
tree | 8a842d406c9db383b8113aba8581d264554d3486 /src/terminal-util.c | |
parent | 470f498e34fa148065e717aabbc7bbe6c4017097 (diff) | |
download | mate-terminal-d2dc831499db3f3362e98795b9078975b9958581.tar.bz2 mate-terminal-d2dc831499db3f3362e98795b9078975b9958581.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/terminal-util.c')
-rw-r--r-- | src/terminal-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/terminal-util.c b/src/terminal-util.c index e906f42..338ded3 100644 --- a/src/terminal-util.c +++ b/src/terminal-util.c @@ -168,7 +168,6 @@ terminal_util_set_atk_name_description (GtkWidget *widget, return; } - if (!GTK_IS_ACCESSIBLE (obj)) return; /* This means GAIL is not loaded so we have the NoOp accessible */ |