diff options
author | Tobias Mueller <tobiasmue@svn.gnome.org> | 2007-12-10 07:04:53 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2007-12-10 07:04:53 +0800 |
commit | 4cbd83f8a9bd6a612a6514d66e993bd052aa7e88 (patch) | |
tree | ef8a5e633953d98fc1c1f525ffd2f6ebe9e77005 /ChangeLog | |
parent | dbdeeca21b2062bc6a43102bbc88679e5566d219 (diff) | |
download | gsoc2013-evolution-4cbd83f8a9bd6a612a6514d66e993bd052aa7e88.tar gsoc2013-evolution-4cbd83f8a9bd6a612a6514d66e993bd052aa7e88.tar.gz gsoc2013-evolution-4cbd83f8a9bd6a612a6514d66e993bd052aa7e88.tar.bz2 gsoc2013-evolution-4cbd83f8a9bd6a612a6514d66e993bd052aa7e88.tar.lz gsoc2013-evolution-4cbd83f8a9bd6a612a6514d66e993bd052aa7e88.tar.xz gsoc2013-evolution-4cbd83f8a9bd6a612a6514d66e993bd052aa7e88.tar.zst gsoc2013-evolution-4cbd83f8a9bd6a612a6514d66e993bd052aa7e88.zip |
** Fixes bug 474651
2007-12-10 Tobias Mueller <tobiasmue@svn.gnome.org>
** Fixes bug 474651
* addressbook/gui/contact-editor/eab-editor.c:
* plugins/save-calendar/ical-format.c:
* plugins/save-calendar/csv-format.c:
* plugins/save-calendar/rdf-format.c:
* plugins/ipod-sync/ical-format.c:
* plugins/ipod-sync/ipod-sync.c:
* plugins/ipod-sync/evolution-ipod-sync.c:
* calendar/gui/dialogs/changed-comp.c:
* calendar/gui/dialogs/copy-source-dialog.c:
* calendar/gui/dialogs/delete-error.c:
Use format strings in gtk_message_dialog_new
svn path=/trunk/; revision=34680
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2007-12-10 Tobias Mueller <tobiasmue@svn.gnome.org> + + ** Fixes bug 474651 + + * addressbook/gui/contact-editor/eab-editor.c: + * plugins/save-calendar/ical-format.c: + * plugins/save-calendar/csv-format.c: + * plugins/save-calendar/rdf-format.c: + * plugins/ipod-sync/ical-format.c: + * plugins/ipod-sync/ipod-sync.c: + * plugins/ipod-sync/evolution-ipod-sync.c: + * calendar/gui/dialogs/changed-comp.c: + * calendar/gui/dialogs/copy-source-dialog.c: + * calendar/gui/dialogs/delete-error.c: + Use format strings in gtk_message_dialog_new + 2007-12-05 Matthew Barnes <mbarnes@redhat.com> * configure.in: |