Invalid return value for GUIWindow::Initialize
authorJoakim Plate <elupus@ecce.se>
Mon, 10 Sep 2012 20:09:57 +0000 (23:09 +0300)
committerJoakim Plate <elupus@ecce.se>
Mon, 10 Sep 2012 20:09:57 +0000 (23:09 +0300)
xbmc/guilib/GUIWindow.cpp

index 4566162..4a69d91 100644 (file)
@@ -788,7 +788,7 @@ bool CGUIWindow::Initialize()
   if (!g_windowManager.Initialized())
     return false;     // can't load if we have no skin yet
   if(m_windowLoaded)
-    return false;
+    return true;
   if(g_application.IsCurrentThread())
     return Load(GetProperty("xmlfile").asString());
   else