X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-paired.c;h=bdab615c81688ac557ca82a5310ec34c8cc0882a;hb=c502669e3fbc97a792a6c0064a72cfb9690d7d23;hp=fdd9a2b34df352fa412507214b6b5c5ab32ef3bc;hpb=2b34727c23cb4c291f2fc8b52a29619957f2e06a;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-paired.c b/src/ui/gui/psppire-dialog-action-paired.c index fdd9a2b34d..bdab615c81 100644 --- a/src/ui/gui/psppire-dialog-action-paired.c +++ b/src/ui/gui/psppire-dialog-action-paired.c @@ -124,7 +124,7 @@ select_as_pair_member (GtkTreeIter source_iter, static gchar * -generate_syntax (PsppireDialogAction *pda) +generate_syntax (const PsppireDialogAction *pda) { PsppireDialogActionPaired *d = PSPPIRE_DIALOG_ACTION_PAIRED (pda); gchar *text = NULL; @@ -150,12 +150,12 @@ generate_syntax (PsppireDialogAction *pda) } static void -psppire_dialog_action_paired_activate (GtkAction *a) +psppire_dialog_action_paired_activate (PsppireDialogAction *a) { PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionPaired *act = PSPPIRE_DIALOG_ACTION_PAIRED (a); - GHashTable *thing = psppire_dialog_action_get_pointer (pda); + GHashTable *thing = psppire_dialog_action_get_hash_table (pda); GtkBuilder *xml = g_hash_table_lookup (thing, a); if (!xml) {