Merge commit 'origin/stable'
[pspp-builds.git] / src / ui / gui / sort-cases-dialog.c
index 1ee59e9e0cf488f405507e7d02acf315f41ac9d6..dea226c76098886e43efed67e385d98d36475377 100644 (file)
@@ -20,7 +20,6 @@
 #include "helper.h"
 #include "psppire-dialog.h"
 #include "data-editor.h"
-#include <gtksheet/gtksheet.h>
 #include "psppire-var-store.h"
 #include "dialog-common.h"
 #include "dict-display.h"
@@ -96,7 +95,7 @@ sort_cases_dialog (GObject *o, gpointer data)
 
   struct sort_cases_dialog scd;
 
-  GladeXML *xml = XML_NEW ("psppire.glade");
+  GtkBuilder *xml = builder_new ("psppire.ui");
 
   GtkWidget *dialog = get_widget_assert   (xml, "sort-cases-dialog");