remove Facebook, YouTube, Wifi Direct item in share menu
authorChangsun Lee <cs78.lee@samsung.com>
Mon, 21 Jan 2013 10:15:18 +0000 (19:15 +0900)
committerChangsun Lee <cs78.lee@samsung.com>
Mon, 21 Jan 2013 10:15:18 +0000 (19:15 +0900)
Change-Id: I3bb57aa1d6c0b37650c21c9f5b75582a3cb88a75

packaging/org.tizen.video-player.spec
src/mp-external-ug.c [changed mode: 0644->0755]

index 29e96eb..88d973d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.video-player
 Summary:    Video & streaming player
-Version:    0.5.133
+Version:    0.5.134
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Flora
old mode 100644 (file)
new mode 100755 (executable)
index a738477..91c79ae
@@ -1,14 +1,14 @@
 /*
  * To apply the Flora License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
- * 
+ *
  *    Copyright [2012] [JongDong Lee <jongdong.lee@samsung.com>, ChangSun Lee <cs78.lee@samsung.com>]
- * 
+ *
  *    Licensed under the Flora License, Version 1.0 (the "License");
  *    you may not use this file except in compliance with the License.
  *    You may obtain a copy of the License at
- * 
+ *
  *        http://www.tizenopensource.org/license
- * 
+ *
  *    Unless required by applicable law or agreed to in writing, software
  *    distributed under the License is distributed on an "AS IS" BASIS,
  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -606,9 +606,6 @@ bool MpExternalUgShow(void *pUserData, void *pParent)
        elm_genlist_item_append(pUGGenList, st_Share_Itc, (void *)MP_EXTERNAL_UG_MESSAGE, NULL, ELM_GENLIST_ITEM_NONE, MpExternalUGSelectListItem, pAppData);
        elm_genlist_item_append(pUGGenList, st_Share_Itc, (void *)MP_EXTERNAL_UG_EMAIL, NULL, ELM_GENLIST_ITEM_NONE, MpExternalUGSelectListItem, pAppData);
        elm_genlist_item_append(pUGGenList, st_Share_Itc, (void *)MP_EXTERNAL_UG_BLUETOOTH, NULL, ELM_GENLIST_ITEM_NONE, MpExternalUGSelectListItem, pAppData);
-       elm_genlist_item_append(pUGGenList, st_Share_Itc, (void *)MP_EXTERNAL_UG_FTM, NULL, ELM_GENLIST_ITEM_NONE, MpExternalUGSelectListItem, pAppData);
-       elm_genlist_item_append(pUGGenList, st_Share_Itc, (void *)MP_EXTERNAL_UG_YOUTUBE, NULL, ELM_GENLIST_ITEM_NONE, MpExternalUGSelectListItem, pAppData);
-       elm_genlist_item_append(pUGGenList, st_Share_Itc, (void *)MP_EXTERNAL_UG_FACEBOOK, NULL, ELM_GENLIST_ITEM_NONE, MpExternalUGSelectListItem, pAppData);
 
        elm_genlist_item_class_free(st_Share_Itc);