Convert psppire.glade to psppire.ui
[pspp-builds.git] / src / ui / gui / psppire-dialog.c
index 99e0ad7cdf08ef24977fd7b0754b8afd5ad7729d..c0c2641f3222f3da4b130676d737b168a02e893e 100644 (file)
@@ -501,7 +501,7 @@ get_internal_child    (GtkBuildable *buildable,
 {
   PsppireDialog *dialog = PSPPIRE_DIALOG (buildable);
 
-  if ( 0 == strcmp(childname, "hbox"))
+  if ( 0 == g_strcmp0 (childname, "hbox"))
     return G_OBJECT (dialog->box);
 
   return NULL;