summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-09-20 13:50:37 -0700
committerJohn Hoford <hoford@google.com>2013-09-20 13:50:37 -0700
commitc491ad2b7630eed7cf43ef0c1064bd4fe42e06a1 (patch)
treeb09f5ea92d8600366a30d2bc4f814df03e677856 /src
parent36a1262a0138c64b56595b1209bac92d00211f51 (diff)
downloadandroid_packages_apps_Gallery2-c491ad2b7630eed7cf43ef0c1064bd4fe42e06a1.tar.gz
android_packages_apps_Gallery2-c491ad2b7630eed7cf43ef0c1064bd4fe42e06a1.tar.bz2
android_packages_apps_Gallery2-c491ad2b7630eed7cf43ef0c1064bd4fe42e06a1.zip
remove print for video
bug:10455873 Change-Id: I8f62881b95ad8cd3fff73452eb7d91b05b1ddd8d
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/ui/MenuExecutor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/ui/MenuExecutor.java b/src/com/android/gallery3d/ui/MenuExecutor.java
index 8f4854e10..b70476c0d 100644
--- a/src/com/android/gallery3d/ui/MenuExecutor.java
+++ b/src/com/android/gallery3d/ui/MenuExecutor.java
@@ -192,6 +192,7 @@ public class MenuExecutor {
setMenuItemVisible(menu, R.id.action_edit, supportEdit);
// setMenuItemVisible(menu, R.id.action_simple_edit, supportEdit);
setMenuItemVisible(menu, R.id.action_details, supportInfo);
+ setMenuItemVisible(menu, R.id.print, supportEdit);
}
public static void updateMenuForPanorama(Menu menu, boolean shareAsPanorama360,