Commit caf4cba9d11ae120b8260ebc8428f805e7dfea7c
1 parent
5e275983
Exists in
master
and in
1 other branch
Fixing SSL indicator.
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/v3270/oia.c
... | ... | @@ -353,9 +353,6 @@ void v3270_draw_ssl_status(v3270 *widget, cairo_t *cr, GdkRectangle *rect) |
353 | 353 | cairo_rectangle(cr, 0, 0, rect->width, rect->height); |
354 | 354 | cairo_fill(cr); |
355 | 355 | |
356 | - if(widget->blink.show) | |
357 | - return; | |
358 | - | |
359 | 356 | switch(lib3270_get_secure(widget->host)) |
360 | 357 | { |
361 | 358 | case LIB3270_SSL_UNDEFINED: // Undefined. | ... | ... |