From 39c634e9c2374cbcd26a4f37f201dcf6c3870b5d Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 4 Nov 2000 17:26:49 +0000 Subject: Block signals from the toggle button. (date_changed_cb): Merged 2000-11-03 Federico Mena Quintero * 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 * gui/component/select-names/Makefile.am: Clean the idl-generated files properly. svn path=/trunk/; revision=6396 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/select-names/Makefile.am | 3 +++ 2 files changed, 8 insertions(+) (limited to 'addressbook') 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 + + * gui/component/select-names/Makefile.am: Clean the idl-generated + files properly. + 2000-11-02 Christopher James Lahey * 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) -- cgit v1.2.3