Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509394 | Differences between
and this patch

Collapse All | Expand All

(-)xdiskusage.C (+4 lines)
Lines 264-269 Link Here
264
      OutputWindow* d = OutputWindow::make(argv[n++]);
264
      OutputWindow* d = OutputWindow::make(argv[n++]);
265
      if (d) d->show(argc,argv);
265
      if (d) d->show(argc,argv);
266
    }
266
    }
267
  } else if (!isatty(0)) {
268
    // test for pipe, if so read stdin:
269
    OutputWindow* d = OutputWindow::make(0);
270
    if (d) d->show(argc,argv);
267
  } else {
271
  } else {
268
    // normal gui:
272
    // normal gui:
269
    make_diskchooser();
273
    make_diskchooser();

Return to bug 509394