Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111321
Collapse All | Expand All

(-)xfe-0.84/src/FilePanel.cc (-1 / +1 lines)
Lines 296-302 Link Here
296
{
296
{
297
    FXString buf, filename, filepath;
297
    FXString buf, filename, filepath;
298
298
299
    int item= (int) ptr;
299
    long item= (long) ptr;
300
    if(item > -1)
300
    if(item > -1)
301
    {
301
    {
302
		// File name and path
302
		// File name and path

Return to bug 111321