Removed my authorship lines.
[pspp] / src / ui / gui / message-dialog.c
index 77876b0f3a176f4c3adbfec699705ca32b5f7c37..1a4a00a01703e825bcb0782999533290c29c6564 100644 (file)
@@ -1,7 +1,6 @@
 /* 
    PSPPIRE --- A Graphical User Interface for PSPP
    Copyright (C) 2004,2005  Free Software Foundation
-   Written by John Darrington
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -51,10 +50,10 @@ static GQueue *message_queue;
 
 
 void
-message_dialog_init (void
+message_dialog_init (struct source_stream *ss
 {
   message_queue = g_queue_new();
-  msg_init (enqueue_msg);
+  msg_init (ss, enqueue_msg);
 }
 
 void