From: Michael Orlitzky Date: Fri, 30 Mar 2012 18:34:33 +0000 (-0400) Subject: Switch XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL to XFCE_PANEL_PLUGIN_REGISTER. X-Git-Tag: v0.0.8~13 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=f7f9ab86d0ca87edbd50125198093fc5f44127ab Switch XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL to XFCE_PANEL_PLUGIN_REGISTER. --- 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) {