Changes to progress bars

This commit is contained in:
ffsup2
2011-03-17 17:18:13 +01:00
parent 538bcc601b
commit 910bcc688c
23 changed files with 255 additions and 293 deletions

View File

@@ -246,3 +246,10 @@ bool FilePanel::handleShortcutKey (GdkEventKey* event) {
return false;
}
void FilePanel::loadingThumbs(Glib::ustring str, double rate)
{
if( !str.empty())
parent->setProgressStr(str);
parent->setProgress( rate );
}