Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer

This commit is contained in:
Latif Khalifa
2013-12-20 04:59:48 +01:00
2 changed files with 3 additions and 2 deletions

View File

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