Revert "Another attempt to satisfy travis"

This reverts commit a4a1ae49f1.
This commit is contained in:
Charles Dang 2016-09-15 23:47:32 +11:00
parent a4a1ae49f1
commit e261418691

View file

@ -95,7 +95,7 @@ void tend_credits::pre_show(twindow& window)
// TODO: this seems an inefficient way to place the focused group first
if(!focus_str.str().empty()) {
focus_str << str.rdbuf();
std::swap(str, focus_str);
str.swap(focus_str);
}
// Get the appropriate background images