diff pidgin/gtkplugin.h @ 21234:aabe638f56d9

Wrap the newly deprecated functions with #ifndef PURPLE_DISABLE_DEPRECATED.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 03:14:43 +0000
parents 0b67d509a305
children 998cf5d0b401 dccfd999ffe7
line wrap: on
line diff
--- a/pidgin/gtkplugin.h	Sun Oct 14 03:07:06 2007 +0000
+++ b/pidgin/gtkplugin.h	Sun Oct 14 03:14:43 2007 +0000
@@ -72,12 +72,14 @@
  */
 void pidgin_plugins_save(void);
 
+#ifndef PURPLE_DISABLE_DEPRECATED
 /**
  * Shows the Plugins dialog
  *
  * @deprecated Use pidgin_plugin_dialog_show_with_parent() instead.
  */
 void pidgin_plugin_dialog_show(void);
+#endif
 
 /**
  * Shows the Plugins dialog, transient to a parent window