From f7f9ab86d0ca87edbd50125198093fc5f44127ab Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 30 Mar 2012 14:34:33 -0400 Subject: [PATCH] Switch XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL to XFCE_PANEL_PLUGIN_REGISTER. --- panel-plugin/xfce4-hdaps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/xfce4-hdaps.c b/panel-plugin/xfce4-hdaps.c index 3f0c156..732224c 100644 --- a/panel-plugin/xfce4-hdaps.c +++ b/panel-plugin/xfce4-hdaps.c @@ -40,7 +40,7 @@ static void hdaps_construct(XfcePanelPlugin *plugin); /* Register the plugin with the panel. */ -XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL(hdaps_construct); +XFCE_PANEL_PLUGIN_REGISTER(hdaps_construct); void hdaps_save(XfcePanelPlugin *plugin, HdapsPlugin *hdaps) { -- 2.43.2