Fixed the refresh button on the dialogs.
[pspp-builds.git] / src / ui / gui / psppire-buttonbox.c
index 08abd6ff73ff9e8c714be16e0809fdaf63102c1d..e5c1c561a76704c59851820541c2212aec6958d2 100644 (file)
@@ -113,7 +113,7 @@ refresh_clicked (GtkWidget *w, gpointer data)
 
   dialog = PSPPIRE_DIALOG (gtk_widget_get_toplevel (w));
 
-  psppire_dialog_reload (dialog, data);
+  psppire_dialog_reload (dialog);
 }