Fix some compiler warnings
[pspp] / src / ui / gui / goto-case-dialog.c
index 9d694bf651ec39ef882cd9793c2e469e92c15198..713c1e354a5d2f5cb2b9b422f9d0066b9fe7c050 100644 (file)
@@ -66,8 +66,8 @@ goto_case_dialog (PsppireDataSheet *ds)
       if (case_num >= 0 &&
          case_num < gtk_tree_model_iter_n_children (GTK_TREE_MODEL (ds), NULL))
       {
-       jmd_sheet_scroll_to (ds, -1, case_num);
-       jmd_sheet_set_active_cell (ds, -1, case_num, 0);
+       ssw_sheet_scroll_to (SSW_SHEET (ds), -1, case_num);
+       ssw_sheet_set_active_cell (SSW_SHEET (ds), -1, case_num, 0);
       }
     }
 }