Make fn_open and fn_close take a struct file_handle instead of char *
[pspp] / src / ui / gui / psppire-dialog-action-kmeans.c
index bcd59889f51bae06bfaffcadb2769823a5ce5c06..18f7138cd6e4fc9acc9a74fd1a294d59a71f73b5 100644 (file)
@@ -107,9 +107,7 @@ psppire_dialog_action_kmeans_activate (GtkAction *a)
 static void
 psppire_dialog_action_kmeans_class_init (PsppireDialogActionKmeansClass *class)
 {
-  GtkActionClass *action_class = GTK_ACTION_CLASS (class);
-
-  action_class->activate = psppire_dialog_action_kmeans_activate;
+  psppire_dialog_action_set_activation (class, psppire_dialog_action_kmeans_activate);
   PSPPIRE_DIALOG_ACTION_CLASS (class)->generate_syntax = generate_syntax;
 }