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

(-)kget/kmainwidget.cpp (-6 / +9 lines)
Lines 130-135 Link Here
130
130
131
    myTransferList = 0L;
131
    myTransferList = 0L;
132
    kmain = this;
132
    kmain = this;
133
    kdock = NULL;
133
134
134
    // Set log time, needed for the name of log file
135
    // Set log time, needed for the name of log file
135
    QDate date = QDateTime::currentDateTime().date();
136
    QDate date = QDateTime::currentDateTime().date();
Lines 2056-2067 Link Here
2056
    statusBar()->changeItem(i18n(" Size: %1 ").arg(KIO::convertSize(totalSize)), ID_TOTAL_SIZE);
2057
    statusBar()->changeItem(i18n(" Size: %1 ").arg(KIO::convertSize(totalSize)), ID_TOTAL_SIZE);
2057
    statusBar()->changeItem(i18n(" Time: %1 ").arg(remTime.toString()), ID_TOTAL_TIME);
2058
    statusBar()->changeItem(i18n(" Time: %1 ").arg(remTime.toString()), ID_TOTAL_TIME);
2058
    statusBar()->changeItem(i18n(" %1/s ").arg(KIO::convertSize(totalSpeed)), ID_TOTAL_SPEED);
2059
    statusBar()->changeItem(i18n(" %1/s ").arg(KIO::convertSize(totalSpeed)), ID_TOTAL_SPEED);
2059
2060
    
2060
    tmpstr = i18n(" Transfers: %1 ").arg(myTransferList->childCount()) +
2061
    if (kdock) {
2061
    i18n(" Files: %1 ").arg(totalFiles)+
2062
	tmpstr = i18n(" Transfers: %1 ").arg(myTransferList->childCount()) +
2062
    i18n(" Size: %1 ").arg(KIO::convertSize(totalSize))+
2063
	i18n(" Files: %1 ").arg(totalFiles)+
2063
    i18n(" Time: %1 %2/s").arg(remTime.toString()).arg(KIO::convertSize(totalSpeed));
2064
	i18n(" Size: %1 ").arg(KIO::convertSize(totalSize))+
2064
    kdock->updateToolTip( tmpstr );
2065
	i18n(" Time: %1 %2/s").arg(remTime.toString()).arg(KIO::convertSize(totalSpeed));
2066
	kdock->updateToolTip( tmpstr );
2067
    }
2065
2068
2066
#ifdef _DEBUG
2069
#ifdef _DEBUG
2067
    //sDebugOut << endl;
2070
    //sDebugOut << endl;

Return to bug 62438