aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-07 02:53:34 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-07 02:53:34 +0800
commitbfb03e84412a63f6a3dc9de66117a978ca0e1c3b (patch)
treeafb35facf00b5a3e61ae9a2741e987490dc38596 /shell/ChangeLog
parent2e4ccf263ead9348a02305adf35da23c26e25923 (diff)
downloadgsoc2013-evolution-bfb03e84412a63f6a3dc9de66117a978ca0e1c3b.tar
gsoc2013-evolution-bfb03e84412a63f6a3dc9de66117a978ca0e1c3b.tar.gz
gsoc2013-evolution-bfb03e84412a63f6a3dc9de66117a978ca0e1c3b.tar.bz2
gsoc2013-evolution-bfb03e84412a63f6a3dc9de66117a978ca0e1c3b.tar.lz
gsoc2013-evolution-bfb03e84412a63f6a3dc9de66117a978ca0e1c3b.tar.xz
gsoc2013-evolution-bfb03e84412a63f6a3dc9de66117a978ca0e1c3b.tar.zst
gsoc2013-evolution-bfb03e84412a63f6a3dc9de66117a978ca0e1c3b.zip
(folder_name_entry_changed_callback): New callback to set the
sensitivity of the OK button according to whether the folder name entry is empty or not. (show_dialog): Connect here. Pop up an error message if no user is selected. svn path=/trunk/; revision=20208
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 6983fc6084..34fd31f08d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,16 @@
2003-03-06 Ettore Perazzoli <ettore@ximian.com>
+ [#34371]
+
+ * e-shell-shared-folder-picker-dialog.c
+ (folder_name_entry_changed_callback): New callback to set the
+ sensitivity of the OK button according to whether the folder name
+ entry is empty or not.
+ (show_dialog): Connect here. Pop up an error message if no user
+ is selected.
+
+2003-03-06 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell.c (impl_finalize): Use
bonobo_activation_unregister_active_server() instead of
bonobo_activatino_active_server_unregister().