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
This commit is contained in:
Tobias Mueller
2009-04-06 22:10:08 +00:00
committed by Tobias Mueller
parent 65358d53f4
commit de522aa2fb
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -391,6 +391,7 @@ claim_error (GtkWindow *parent, const char *error)
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_CLOSE,
"%s",
error);
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);