PIDeque bugs fixed
git-svn-id: svn://db.shs.com.ru/pip@27 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -65,7 +65,14 @@ void Daemon::showTile(PIScreenTile * t, const PIString & header) {
|
||||
tile_header->content[0].first = header;
|
||||
tile_header->content[0].second.flags = Bold;
|
||||
if (!conn_name.isEmpty())
|
||||
tile_header->content[0].first.insert(0, "Daemon \"" + connectedDaemon() + "\": ");
|
||||
tile_header->content[0].first.insert(0, PIString("Daemon \"") + connectedDaemon() + "\": ");
|
||||
/*PIString s;
|
||||
if (!conn_name.isEmpty())
|
||||
s = "Daemon \"" + connectedDaemon() + "\": ";
|
||||
s += header;
|
||||
tile_header->content.resize(1);
|
||||
tile_header->content[0].first = s;
|
||||
tile_header->content[0].second.flags = Bold;*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user