Changeset 1119 for trunk/src


Ignore:
Timestamp:
Mar 5, 2013, 11:42:39 PM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Make sure we don't skip symlinks in file dialogs by accident (just in case).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/dialogs/qfilesystemmodel.cpp

    r1027 r1119  
    18471847        // info.size() = -1 usually means that there is no media inserted etc.,
    18481848        // which is not a sufficient reason to hide the drive from the view)
    1849         if (info.size() == -1 && parentNode != &root) {
     1849        if (info.size() == -1 && parentNode != &root) {
    18501850#else
    18511851        if (info.size() == -1 && !info.isSymLink()) {
Note: See TracChangeset for help on using the changeset viewer.