a/dirbrowser/cdb_html.cpp b/dirbrowser/cdb_html.cpp
1
/* Copyright (C) 2005 J.F.Dockes
1
/* Copyright (C) 2005-2018 J.F.Dockes
2
 *   This program is free software; you can redistribute it and/or modify
2
 *   This program is free software; you can redistribute it and/or modify
3
 *   it under the terms of the GNU General Public License as published by
3
 *   it under the terms of the GNU General Public License as published by
4
 *   the Free Software Foundation; either version 2 of the License, or
4
 *   the Free Software Foundation; either version 2 of the License, or
5
 *   (at your option) any later version.
5
 *   (at your option) any later version.
6
 *
6
 *
...
...
110
    html_top = const_html_top;
110
    html_top = const_html_top;
111
    html_top += "<style>\n";
111
    html_top += "<style>\n";
112
    html_top += cssdata;
112
    html_top += cssdata;
113
    html_top += "</style>\n";
113
    html_top += "</style>\n";
114
    if (redisplay) {
114
    if (redisplay) {
115
        if (m_curpath.size()) {
115
        refresh();
116
            curpathClicked(m_curpath.size() - 1);
117
        } else {
118
            initialPage(true);
119
        }
120
    }
116
    }
121
}
117
}
122
118
123
// With message "looking for servers"
119
// With message "looking for servers"
124
QString CDBrowser::initialServersPage()
120
QString CDBrowser::initialServersPage()