Fix bug with adding a new grid.

This commit is contained in:
Aleric Inglewood
2013-12-19 03:13:33 +01:00
parent ed0628774a
commit 8f2781ca3b

View File

@@ -322,6 +322,7 @@ bool HippoPanelGridsImpl::saveCurGrid()
mState = NORMAL;
mCurGrid = gridname;
gridInfo = new HippoGridInfo(gridname);
gridInfo->setLoginUri(loginuri);
gHippoGridManager->addGrid(gridInfo);
try
{