Commit caf4cba9d11ae120b8260ebc8428f805e7dfea7c

Authored by Perry Werneck
1 parent 5e275983
Exists in master and in 1 other branch develop

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,9 +353,6 @@ void v3270_draw_ssl_status(v3270 *widget, cairo_t *cr, GdkRectangle *rect)
353 cairo_rectangle(cr, 0, 0, rect->width, rect->height); 353 cairo_rectangle(cr, 0, 0, rect->width, rect->height);
354 cairo_fill(cr); 354 cairo_fill(cr);
355 355
356 - if(widget->blink.show)  
357 - return;  
358 -  
359 switch(lib3270_get_secure(widget->host)) 356 switch(lib3270_get_secure(widget->host))
360 { 357 {
361 case LIB3270_SSL_UNDEFINED: // Undefined. 358 case LIB3270_SSL_UNDEFINED: // Undefined.