aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2009-09-22 15:14:40 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2009-10-01 19:52:43 +0300
commit3d7eef2c39310b8409602d25e34944b1505e7938 (patch)
tree9ca9a1651c9a4f476a0bb736ef74a6d68d939380 /ChangeLog
parent3d133ba225cb64205fcb6e994cc6e107fb8564bb (diff)
Add hildon_banner_show_custom_widget()
* doc/hildon-sections.txt: Add hildon_banner_show_custom_widget() * examples/hildon-banner-example.c: (area_expose), (custom_widget_new), (on_progress_idle): New example showing a custom widget. * hildon/hildon-banner.c: * hildon/hildon-banner.h: Add hildon_banner_show_custom_widget(). Fixes: NB#140140 (Allow custom widgets to be used in banners)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43e76df..8dc7bb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-09-23 Claudio Saavedra <csaavedra@igalia.com>
+
+ * doc/hildon-sections.txt: Add hildon_banner_show_custom_widget()
+ * examples/hildon-banner-example.c: (area_expose),
+ (custom_widget_new), (on_progress_idle): New example showing a custom widget.
+ * hildon/hildon-banner.c:
+ * hildon/hildon-banner.h: Add hildon_banner_show_custom_widget().
+
+ Fixes: NB#140140 (Allow custom widgets to be used in banners)
+
2009-10-01 Alberto Garcia <agarcia@igalia.com>
* hildon/hildon-banner.c (hildon_banner_timeout):