aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-26 06:04:44 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-26 06:04:44 +0800
commit38a2779f97b7558a2eb01bf8a949a3cc64f5af80 (patch)
tree4b6714bdd03fec3786537d038bdd2080879e3606 /shell/ChangeLog
parent487fbbf8777b0975d3b411bb442852ef6fd1dc41 (diff)
downloadgsoc2013-evolution-38a2779f97b7558a2eb01bf8a949a3cc64f5af80.tar
gsoc2013-evolution-38a2779f97b7558a2eb01bf8a949a3cc64f5af80.tar.gz
gsoc2013-evolution-38a2779f97b7558a2eb01bf8a949a3cc64f5af80.tar.bz2
gsoc2013-evolution-38a2779f97b7558a2eb01bf8a949a3cc64f5af80.tar.lz
gsoc2013-evolution-38a2779f97b7558a2eb01bf8a949a3cc64f5af80.tar.xz
gsoc2013-evolution-38a2779f97b7558a2eb01bf8a949a3cc64f5af80.tar.zst
gsoc2013-evolution-38a2779f97b7558a2eb01bf8a949a3cc64f5af80.zip
New function. When a folder is selected set the OK button to be sensitive
2001-07-25 Jason Leach <jleach@ximian.com> * e-shell-folder-selection-dialog.c (folder_selected_cb): New function. When a folder is selected set the OK button to be sensitive (but before that have it desensitized). Bug #5483. svn path=/trunk/; revision=11414
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 1b12ea9c00..cd5e256e8a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2001-07-25 Jason Leach <jleach@ximian.com>
+ * e-shell-folder-selection-dialog.c (folder_selected_cb): New
+ function. When a folder is selected set the OK button to be
+ sensitive (but before that have it desensitized). Bug #5483.
+
+2001-07-25 Jason Leach <jleach@ximian.com>
+
* e-shortcuts-view.c (icon_callback): A warning fix from Jacob.
Bug #5057.