]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Switch XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL to XFCE_PANEL_PLUGIN_REGISTER.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Mar 2012 18:34:33 +0000 (14:34 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Mar 2012 18:34:33 +0000 (14:34 -0400)
panel-plugin/xfce4-hdaps.c

index 3f0c156420c2b5daf2f3ff4eac1727a01028623d..732224c4e5dfe7e65ead2845e38eab56b8c11c82 100644 (file)
@@ -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) {