diff src/gtkplugin.h @ 10759:56915e1b3ba3

[gaim-migrate @ 12362] Plugin preference frames are now removed when the plugin is unloaded. I also cleaned some stuff up. 3 files changed, 105 insertions(+), 157 deletions(-) "A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Mar 2005 03:55:29 +0000
parents 4a15962c344a
children 7e0ad3b6882a
line wrap: on
line diff
--- a/src/gtkplugin.h	Sun Mar 27 22:48:04 2005 +0000
+++ b/src/gtkplugin.h	Mon Mar 28 03:55:29 2005 +0000
@@ -37,7 +37,7 @@
 {
 	GtkWidget *(*get_config_frame)(GaimPlugin *plugin);
 
-	void *iter;                                           /**< Reserved */
+	int page_num;                                         /**< Reserved */
 };
 
 #define GAIM_GTK_PLUGIN_TYPE "gtk"