Kaydet (Commit) 50d20866 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix coverity#704768

Change-Id: I6b3403ad1b1f18a4cf32a933bb721f9c6cab44f7
üst 40ad078f
...@@ -534,9 +534,9 @@ bool SlideSorter::RelocateToWindow (::Window* pParentWindow) ...@@ -534,9 +534,9 @@ bool SlideSorter::RelocateToWindow (::Window* pParentWindow)
{ {
mpViewShell->ViewShell::RelocateToParentWindow(pParentWindow); mpViewShell->ViewShell::RelocateToParentWindow(pParentWindow);
pNewWindow = mpViewShell->GetParentWindow(); pNewWindow = mpViewShell->GetParentWindow();
}
else else
pNewWindow = NULL; pNewWindow = NULL;
}
SetupControls(pNewWindow); SetupControls(pNewWindow);
SetupListeners(); SetupListeners();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment