summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2013-09-12 22:17:07 +0900
committerRyuan Choi <ryuan.choi@gmail.com>2013-09-12 22:37:10 +0900
commit747e772ac1d8a55383824f5302bdfa0fc4e466ac (patch)
treee8bd006b85ed1c0e47cebce453c39c15043a3258 /ChangeLog
parent9558537385f0a402b1725076b7a6ea1c540fd39a (diff)
downloadelementary-747e772ac1d8a55383824f5302bdfa0fc4e466ac.tar.gz
fileselector: Added "selected,invalid" signal for wrong path on the path_entry.
If user typed wrong path on the path entry, "selected,invalid" will be emitted with "selected" for legacy. In addition, send "selected" signal when folder is changed in only folder mode. It's regression of 74f308df9. See more information from http://sourceforge.net/mailarchive/message.php?msg_id=31394571
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff18f8c8c..973c714c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1607,3 +1607,7 @@
2013-09-11 Daniel Juyung Seo (SeoZ)
* flip : Added support for focus direction.
+
+2013-09-12 Ryuan Choi (ryuan)
+
+ * elc_fileselector : Added "selected,invalid" smart callbacks.