** 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
This commit is contained in:
committed by
Tobias Mueller
parent
65358d53f4
commit
de522aa2fb
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user