aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-03-03 06:21:55 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-03-03 06:21:55 +0800
commit9cf31d6b063eacf768ea835fad15377aaddf6dc1 (patch)
tree8294058eb116e1a82fd7b8659ddb049eca7ea12d /filter/ChangeLog
parent8e356d0601866c7f7d8139b1135a628fd4362462 (diff)
downloadgsoc2013-evolution-9cf31d6b063eacf768ea835fad15377aaddf6dc1.tar
gsoc2013-evolution-9cf31d6b063eacf768ea835fad15377aaddf6dc1.tar.gz
gsoc2013-evolution-9cf31d6b063eacf768ea835fad15377aaddf6dc1.tar.bz2
gsoc2013-evolution-9cf31d6b063eacf768ea835fad15377aaddf6dc1.tar.lz
gsoc2013-evolution-9cf31d6b063eacf768ea835fad15377aaddf6dc1.tar.xz
gsoc2013-evolution-9cf31d6b063eacf768ea835fad15377aaddf6dc1.tar.zst
gsoc2013-evolution-9cf31d6b063eacf768ea835fad15377aaddf6dc1.zip
Disconnect the list signal, so we dont get spurious emits during destroy.
2000-03-02 NotZed <NotZed@HelixCode.com> * filter-druid.c (object_destroy): Disconnect the list signal, so we dont get spurious emits during destroy. (arg_changed): Callback to update filter arg asynchronously. (arg_link_clicked): Edit the value non-modally. * filter-arg.c (filter_arg_edit_values_1): Changed to use non-modal interface. svn path=/trunk/; revision=2015
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index b8445aee42..7eec85d5ee 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,13 @@
+2000-03-02 NotZed <NotZed@HelixCode.com>
+
+ * filter-druid.c (object_destroy): Disconnect the list signal, so
+ we dont get spurious emits during destroy.
+ (arg_changed): Callback to update filter arg asynchronously.
+ (arg_link_clicked): Edit the value non-modally.
+
+ * filter-arg.c (filter_arg_edit_values_1): Changed to use
+ non-modal interface.
+
2000-03-01 Ettore Perazzoli <ettore@helixcode.com>
* Makefile.am: New file.