diff options
author | Tobias Mueller <tobiasmue@gnome.org> | 2009-04-07 06:10:08 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2009-04-07 06:10:08 +0800 |
commit | de522aa2fbbe3caea69d99d92014eafda93f810f (patch) | |
tree | bd30148c9414243cfe5e6d077c4604f9709e8477 /plugins/google-account-setup/ChangeLog | |
parent | 65358d53f434b227cc77c43ef86e12910759d4b8 (diff) | |
download | gsoc2013-evolution-de522aa2fbbe3caea69d99d92014eafda93f810f.tar.gz gsoc2013-evolution-de522aa2fbbe3caea69d99d92014eafda93f810f.tar.zst gsoc2013-evolution-de522aa2fbbe3caea69d99d92014eafda93f810f.zip |
** Fixes bug #578034
2009-04-07 Tobias Mueller <tobiasmue@gnome.org>
** Fixes bug #578034
* google-source.c (claim_error):
Call gtk_message_dialog_new with a proper format string.
svn path=/trunk/; revision=37495
Diffstat (limited to 'plugins/google-account-setup/ChangeLog')
-rw-r--r-- | plugins/google-account-setup/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/google-account-setup/ChangeLog b/plugins/google-account-setup/ChangeLog index 5ac1d69ef3..18fc973fe8 100644 --- a/plugins/google-account-setup/ChangeLog +++ b/plugins/google-account-setup/ChangeLog @@ -1,3 +1,10 @@ +2009-04-07 Tobias Mueller <tobiasmue@gnome.org> + + ** Fixes bug #578034 + + * google-source.c (claim_error): + Call gtk_message_dialog_new with a proper format string. + 2009-02-26 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #572950 |