diff options
author | Bradford Hovinen <hovinen@ximian.com> | 2001-07-26 16:07:40 +0000 |
---|---|---|
committer | Bradford Hovinen (Gdict maintainer) <hovinen@src.gnome.org> | 2001-07-26 16:07:40 +0000 |
commit | 6dbe99f68a4f106c3b2c96697fa860390d29210b (patch) | |
tree | 136b0935a089d901164edd6902130c2e8a994c99 /capplets/background/ChangeLog | |
parent | 677cf6d0a4b70e74c72d221f54cf6f0f32870db9 (diff) | |
download | gnome-control-center-6dbe99f68a4f106c3b2c96697fa860390d29210b.tar.gz |
Accept applier as argument; retrieve property bag from applier
2001-07-26 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c (property_change_cb): Accept
applier as argument; retrieve property bag from applier
(realize_cb): Retrieve applier from widget
(setup_dialog): Store property bag in applier
* applier.c (renderer_new): Store applier inside renderer; accept
applier as function parameter
* background-properties-capplet.c (create_dialog): Store the
applier inside the widget
* applier.c (struct _ApplierPrivate ): Define preview_widget here
rather than globally
(applier_get_preview_widget): Make this a method of the applier class
Diffstat (limited to 'capplets/background/ChangeLog')
-rw-r--r-- | capplets/background/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/capplets/background/ChangeLog b/capplets/background/ChangeLog index 6af0e26f1..48368b6c7 100644 --- a/capplets/background/ChangeLog +++ b/capplets/background/ChangeLog @@ -1,3 +1,20 @@ +2001-07-26 Bradford Hovinen <hovinen@ximian.com> + + * background-properties-capplet.c (property_change_cb): Accept + applier as argument; retrieve property bag from applier + (realize_cb): Retrieve applier from widget + (setup_dialog): Store property bag in applier + + * applier.c (renderer_new): Store applier inside renderer; accept + applier as function parameter + + * background-properties-capplet.c (create_dialog): Store the + applier inside the widget + + * applier.c (struct _ApplierPrivate ): Define preview_widget here + rather than globally + (applier_get_preview_widget): Make this a method of the applier class + 2001-07-25 Chema Celorio <chema@celorio.com> * Makefile.am ($(oaffile)): remove the oaffile_IN_RULE macro and copy |