summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2013-10-02 12:35:23 +0900
committerRyuan Choi <ryuan.choi@gmail.com>2013-10-02 12:36:08 +0900
commit7d9b8def4db8ba2c1ac8fae282a79566842b1890 (patch)
tree991dd5184cafd5d0b9c66349e6300b9b8641c374 /ChangeLog
parent321a0db5a8120c4c8ec0ced4806546dfb2a1123a (diff)
downloadelementary-7d9b8def4db8ba2c1ac8fae282a79566842b1890.tar.gz
fileselector: fileselector: Add "activated" smart callback
It can be used to execute a file activated by double-clicking or pressing Enter key.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3bce088d..101772222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1664,3 +1664,7 @@
* fileselector: Add the configuration fileselector_double_tap_navigation_enable.
It makes fileselector navigate folder using double tap instead of single tap.
+
+2013-10-02 Ryuan Choi (ryuan)
+ * fileselector: Add "activated" smart callback. It can be used to execute
+ a file activated by double-clicking or pressing Enter key.