add relation to date_button.

2005-05-31  Li Yuan  <li.yuan@sun.com>

	* e-dateedit.c:(e_date_edit_update_date_entry):
	add relation to date_button.

	Fixes #302267

svn path=/trunk/; revision=29429
This commit is contained in:
Li Yuan
2005-05-31 10:10:45 +00:00
committed by Harry Lu
parent 78cb40101a
commit 2fbe8dce2d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2005-05-31 Li Yuan <li.yuan@sun.com>
* e-dateedit.c:(e_date_edit_update_date_entry):
add relation to date_button.
Fixes #302267
2005-05-16 Not Zed <NotZed@Ximian.com>
* Makefile.am: move e-error.[ch] and e-system-errors.xml to

View File

@ -1684,6 +1684,7 @@ e_date_edit_update_date_entry (EDateEdit *dedit)
}
add_relation (dedit, priv->date_entry);
add_relation (dedit, priv->date_button);
}