fix error get display visible status 08/47108/1 accepted/tizen/mobile/20150901.001723 accepted/tizen/mobile/20150902.101227 accepted/tizen/tv/20150901.001733 accepted/tizen/tv/20150902.101238 accepted/tizen/wearable/20150901.001746 accepted/tizen/wearable/20150902.101243 submit/tizen/20150831.052141 submit/tizen/20150902.043454
authorHyongtaek Lim <hyongtaek.lim@samsung.com>
Mon, 31 Aug 2015 02:12:30 +0000 (11:12 +0900)
committerHyongtaek Lim <hyongtaek.lim@samsung.com>
Mon, 31 Aug 2015 02:12:58 +0000 (11:12 +0900)
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Change-Id: I6fdd9673e4190a94c42fa6c1a3ccbd2f455d9d67

client/src/player2.c

index 9759ec5..56987f4 100644 (file)
@@ -1963,9 +1963,9 @@ int player_is_display_visible(player_h player, bool * pvisible)
                return __player_convert_error_code(ret,(char*)__FUNCTION__);
        else {
                if(value)
-                       *pvisible = FALSE;
-               else
                        *pvisible = TRUE;
+               else
+                       *pvisible = FALSE;
        }
 #endif
        return ret;