aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-11-05 01:26:49 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-11-05 01:26:49 +0800
commit39c634e9c2374cbcd26a4f37f201dcf6c3870b5d (patch)
treeb3d5af3758f33944e85e0de0184a38f564e3f574 /addressbook
parent82e85fded028e36ac0df6a5619364a57fa956f83 (diff)
downloadgsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar
gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.gz
gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.bz2
gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.lz
gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.xz
gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.zst
gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.zip
Block signals from the toggle button. (date_changed_cb): Merged
2000-11-03 Federico Mena Quintero <federico@helixcode.com> * gui/event-editor.c (check_all_day): Block signals from the toggle button. (date_changed_cb): Merged check_dates() and check_times() into this function; provide better behavior as well. (check_dates): Removed function. (check_times): Removed function. (init_widgets): Connect to the "changed" signal on the start_time and end_time widgets. (check_all_day): Use a better test. 2000-11-03 Federico Mena Quintero <federico@helixcode.com> * gui/component/select-names/Makefile.am: Clean the idl-generated files properly. svn path=/trunk/; revision=6396
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/select-names/Makefile.am3
2 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 7b3e5f3f55..8603fbf57c 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-03 Federico Mena Quintero <federico@helixcode.com>
+
+ * gui/component/select-names/Makefile.am: Clean the idl-generated
+ files properly.
+
2000-11-02 Christopher James Lahey <clahey@helixcode.com>
* ename/.cvsignore, gui/minicard/.cvsignore: Removed these
diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am
index 614194fb68..7c5d2672b0 100644
--- a/addressbook/gui/component/select-names/Makefile.am
+++ b/addressbook/gui/component/select-names/Makefile.am
@@ -69,3 +69,6 @@ EXTRA_DIST = \
select-names.glade.h \
$(oaf_DATA) \
$(IDLS)
+
+BUILT_SOURCES = $(IDL_GENERATED)
+CLEANFILES += $(BUILT_SOURCES)