aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-11-17 14:15:43 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-11-17 14:15:43 +0800
commit11fdf8846ed9d246471ee003ab2da133922db40c (patch)
tree3d438d6e03b88fe1143d402515a93de1e3ff9d0a /calendar/ChangeLog
parent577b578fd4c13e30ed61b503cb9a9b39da4753b0 (diff)
downloadgsoc2013-evolution-11fdf8846ed9d246471ee003ab2da133922db40c.tar
gsoc2013-evolution-11fdf8846ed9d246471ee003ab2da133922db40c.tar.gz
gsoc2013-evolution-11fdf8846ed9d246471ee003ab2da133922db40c.tar.bz2
gsoc2013-evolution-11fdf8846ed9d246471ee003ab2da133922db40c.tar.lz
gsoc2013-evolution-11fdf8846ed9d246471ee003ab2da133922db40c.tar.xz
gsoc2013-evolution-11fdf8846ed9d246471ee003ab2da133922db40c.tar.zst
gsoc2013-evolution-11fdf8846ed9d246471ee003ab2da133922db40c.zip
changes are made in alarm-notify.glade and alarm-notify-dialog.c to make sure
that the description part of the alarm dialog comes in a scroll window and thus fixing #314550 svn path=/trunk/; revision=30632
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4e49997d3e..5eb66e110c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2005-11-17 P. S. Chakravarthi <pchakravarthi@novell.com>
+
+ Fixes #314550
+ * gui/alarm-notify/alarm-notify.glade: modified the
+ description widget to a scrolled window.
+ * gui/alarm-notify/alarm-notify-dialog.c (fill_in_labels):
+ modified the way in which description needs to be filled
+ to reflect the change of the description from a GtkLabel
+ to a GtkScrolledWindow.
+
2005-11-16 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/task-editor.c: (menu_option_status_cmd):