X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action.c;h=f0caabae726872c980ce7e6a8ac6c0652f252713;hb=4cee6fc1f72440698ca8f3f89a71d29e7ee46a0d;hp=b44244132fa2b93fbe02bb3cebc3753729dbf459;hpb=dcd593ebc418681f2a7f14795b13f94eaa95ccaf;p=pspp diff --git a/src/ui/gui/psppire-dialog-action.c b/src/ui/gui/psppire-dialog-action.c index b44244132f..f0caabae72 100644 --- a/src/ui/gui/psppire-dialog-action.c +++ b/src/ui/gui/psppire-dialog-action.c @@ -165,7 +165,7 @@ on_destroy_dataset (GObject *w) This is useful for storing the state of dialogs so they can persist between invocations. */ -GHashTable * +static GHashTable * psppire_dialog_action_get_hash_table (PsppireDialogAction *act) { GHashTable *t = g_object_get_data (G_OBJECT (act->toplevel), "thing-table");