diff options
author | Not Zed <NotZed@Ximian.com> | 2004-08-30 12:32:49 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-08-30 12:32:49 +0800 |
commit | 62173ea1f0912002016aff25224517f87e33bd7c (patch) | |
tree | fc43c2141caedc6ff331d48485e58e4d5fae0c9e /calendar/ChangeLog | |
parent | 89c47899ef4d2c547feb13edfed963a686f4449e (diff) | |
download | gsoc2013-evolution-62173ea1f0912002016aff25224517f87e33bd7c.tar gsoc2013-evolution-62173ea1f0912002016aff25224517f87e33bd7c.tar.gz gsoc2013-evolution-62173ea1f0912002016aff25224517f87e33bd7c.tar.bz2 gsoc2013-evolution-62173ea1f0912002016aff25224517f87e33bd7c.tar.lz gsoc2013-evolution-62173ea1f0912002016aff25224517f87e33bd7c.tar.xz gsoc2013-evolution-62173ea1f0912002016aff25224517f87e33bd7c.tar.zst gsoc2013-evolution-62173ea1f0912002016aff25224517f87e33bd7c.zip |
constify the strings to remove a warning.
2004-08-27 Not Zed <NotZed@Ximian.com>
* common/authentication.c (auth_func_cb): constify the strings to
remove a warning.
** See bug #64856 (workaround).
* common/authentication.c (auth_func_cb):
* gui/e-pub-utils.c(e_pub_publish): add ONLINE flag to password
request.
svn path=/trunk/; revision=27077
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 564903cc67..d88e755e4a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2004-08-27 Not Zed <NotZed@Ximian.com> + + * common/authentication.c (auth_func_cb): constify the strings to + remove a warning. + + ** See bug #64856 (workaround). + + * common/authentication.c (auth_func_cb): + * gui/e-pub-utils.c(e_pub_publish): add ONLINE flag to password + request. + 2004-08-28 JP Rosevear <jpr@novell.com> * gui/e-itip-control.c (rsvp_clicked_cb): get the active state |