X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-factor.c;h=6802bfe2c182850a233e8a325bc7d08e8065f15d;hb=8d2d55361082c9cb688c4ce8d565aa3b2ffaf849;hp=de33c5c5fa5a3573c89219e06d36c5fde576c1ad;hpb=dad7c7dcd682f51141da4dc13ee6f75ff3f304c6;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-factor.c b/src/ui/gui/psppire-dialog-action-factor.c index de33c5c5fa..6802bfe2c1 100644 --- a/src/ui/gui/psppire-dialog-action-factor.c +++ b/src/ui/gui/psppire-dialog-action-factor.c @@ -294,14 +294,14 @@ run_rotations_subdialog (PsppireDialogActionFactor *act) } static void -psppire_dialog_action_factor_activate (GtkAction *a) +psppire_dialog_action_factor_activate (PsppireDialogAction *a) { PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionFactor *act = PSPPIRE_DIALOG_ACTION_FACTOR (a); GtkWidget *extraction_button ; GtkWidget *rotation_button ; - 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) {