aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-06-24 19:37:12 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-06-24 19:37:12 +0800
commit0c1f55e5e62a0a1552fd4e15330caa47ae02eb5a (patch)
tree37d47a04c59c6ed4035aa8a4d2f1da5bf26965c1 /calendar/ChangeLog
parent25abba93c70acc187f81ed04514ff4bec1068aed (diff)
downloadgsoc2013-evolution-0c1f55e5e62a0a1552fd4e15330caa47ae02eb5a.tar
gsoc2013-evolution-0c1f55e5e62a0a1552fd4e15330caa47ae02eb5a.tar.gz
gsoc2013-evolution-0c1f55e5e62a0a1552fd4e15330caa47ae02eb5a.tar.bz2
gsoc2013-evolution-0c1f55e5e62a0a1552fd4e15330caa47ae02eb5a.tar.lz
gsoc2013-evolution-0c1f55e5e62a0a1552fd4e15330caa47ae02eb5a.tar.xz
gsoc2013-evolution-0c1f55e5e62a0a1552fd4e15330caa47ae02eb5a.tar.zst
gsoc2013-evolution-0c1f55e5e62a0a1552fd4e15330caa47ae02eb5a.zip
new functions. (page_summary_changed_cb): change the window title when the
2003-06-23 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/comp-editor.c (make_title_from_string, set_title_from_string): new functions. (page_summary_changed_cb): change the window title when the object's summary changes. svn path=/trunk/; revision=21523
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index eadead579e..3d31247c27 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2003-06-23 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/dialogs/comp-editor.c (make_title_from_string, set_title_from_string):
+ new functions.
+ (page_summary_changed_cb): change the window title when the object's
+ summary changes.
+
2003-06-22 Rodrigo Moya <rodrigo@ximian.com>
* cal-client/cal-client.c (get_factories): don't use a static GList,