Comment 6 for bug 894191

Revision history for this message
Steven Sheehy (steven-sheehy) wrote :

It looks to be a library issue (libglade or libgtk2), since we can't reproduce it and there's no place in the code where labelSpeed or labelTime are set to anything other than "%1%/s, %2% left" and "%1% left", respectively (where %1% and %2% are substitution variables).

That's not to say that there's nothing linuxdcpp can do, however. We can't depend upon the libraries to fix it since we are using deprecated versions. We need to port linuxdcpp to GTK+3 and remove the dependency on libglade. Do you agree Razzloss?