X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmessage-dialog.c;h=227d3528de221ddc6a30f487d50722797e78c400;hb=75fe94ea24fd7b12a0d99b8f36a79d8423e668d4;hp=9afbee5bd433486dd82bb729570de612e153739c;hpb=e10bd21c92f8d6a82ed06bec7af9ee40bf5eb727;p=pspp-builds.git diff --git a/src/ui/gui/message-dialog.c b/src/ui/gui/message-dialog.c index 9afbee5b..227d3528 100644 --- a/src/ui/gui/message-dialog.c +++ b/src/ui/gui/message-dialog.c @@ -138,15 +138,15 @@ popup_message (const struct msg *m) GTK_BUTTONS_CLOSE, msg); - gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG(dialog), + gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), _("%s (line %d) %s"), m->where.file_name, m->where.line_number, m->text); - gtk_window_set_keep_above (GTK_WINDOW(dialog), TRUE); + gtk_window_set_keep_above (GTK_WINDOW (dialog), TRUE); - gtk_dialog_run (GTK_DIALOG(dialog)); + gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_destroy (dialog); }