X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action.c;h=32cfcc702d57b54257290b1a220788dffda26a47;hb=cdfb21de2cbbf921b4e1fe0662439da1c460eabc;hp=6bd1645460c876d9251b75648de54198fbf84c0e;hpb=5d085e3326530983f7c2f3843dd2a1eebc0a6e73;p=pspp diff --git a/src/ui/gui/psppire-dialog-action.c b/src/ui/gui/psppire-dialog-action.c index 6bd1645460..32cfcc702d 100644 --- a/src/ui/gui/psppire-dialog-action.c +++ b/src/ui/gui/psppire-dialog-action.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2012 Free Software Foundation + Copyright (C) 2012, 2016 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -243,6 +243,6 @@ psppire_dialog_action_set_refresh (PsppireDialogAction *pda, void psppire_dialog_action_set_activation (gpointer class, activation activate) { - GTK_ACTION_CLASS (class)->activate = activate; + GTK_ACTION_CLASS (class)->activate = (void (*)(GtkAction *)) activate; }