Changed return value to false for IpropagatedEventListener
authorHimanshu <himanshu.t@samsung.com>
Thu, 4 Jul 2013 06:07:38 +0000 (11:37 +0530)
committerHimanshu <himanshu.t@samsung.com>
Thu, 4 Jul 2013 07:05:10 +0000 (12:35 +0530)
Change-Id: I76f2ee6b7371d5e76f34b047747fc6ecc40bc16a
Signed-off-by: Himanshu <himanshu.t@samsung.com>
inc/GlAlbumListEditorForm.h
inc/GlFileListEditorForm.h
inc/GlSlideShowPopUp.h

index ae5dde4..5c320c7 100644 (file)
@@ -82,8 +82,8 @@ public:
 
        virtual bool OnKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true;}
        virtual bool OnKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo);
-       virtual bool OnPreviewKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true; }
-       virtual bool OnPreviewKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true; }
+       virtual bool OnPreviewKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return false; }
+       virtual bool OnPreviewKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return false; }
 
 private:
        result InitializeControl(void);
index 7460699..3263a19 100644 (file)
@@ -80,8 +80,8 @@ public:
 
        virtual bool OnKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true; }
        virtual bool OnKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo);
-       virtual bool OnPreviewKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true; }
-       virtual bool OnPreviewKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true; }
+       virtual bool OnPreviewKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return false; }
+       virtual bool OnPreviewKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return false; }
 
 private:
        result InitializeFooter(void);
index c1e6650..3e5c08c 100644 (file)
@@ -63,8 +63,8 @@ public:
 
        virtual bool OnKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true; };
        virtual bool OnKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo);
-       virtual bool OnPreviewKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true;};
-       virtual bool OnPreviewKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true;};
+       virtual bool OnPreviewKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return false;};
+       virtual bool OnPreviewKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return false;};
 
 private:
        Tizen::Ui::Controls::ListView* __pList;