View | Details | Raw Unified | Return to bug 86579
Collapse All | Expand All

(-)tvmenu.c (-1 / +1 lines)
Lines 589-595 Link Here
589
589
590
        XtVaSetValues(children[i], XtNleftBitmap, pix, NULL);
590
        XtVaSetValues(children[i], XtNleftBitmap, pix, NULL);
591
#else
591
#else
592
        if ( strcmp( actual_station, temp_station ) == 0 )
592
        if ( strcmp( actual_station, temp_station==NULL ? "" : temp_station ) == 0 )
593
            new_popup_item = children[i];
593
            new_popup_item = children[i];
594
#endif
594
#endif
595
    }
595
    }

Return to bug 86579