diff -r f9e827349359 -r b023a8d2866a photosgallery/viewframework/views/cloudview/src/glxcloudviewcontrol.cpp --- a/photosgallery/viewframework/views/cloudview/src/glxcloudviewcontrol.cpp Mon Jun 21 15:40:32 2010 +0300 +++ b/photosgallery/viewframework/views/cloudview/src/glxcloudviewcontrol.cpp Thu Jul 15 18:39:01 2010 +0300 @@ -69,7 +69,7 @@ const TReal KBoundaryMargin = 0.1; //10% = 10/100 = 0.1 const TInt KFastCloudMovement = 100; //Transition time to move cloud view const TInt KSlowCloudMovement = 1000; //Transition time to move cloud view -const TInt KLongPressTimer = 1500000; //1.5 seconds +const TInt KLongPressTimer = 700000;//700 ms to synchonize with gridview context menu timings // --------------------------------------------------------------------------- // Two-phased constructor.