Mon, 16 Jan 2006 05:32:36 +0000
[gaim-migrate @ 15242]
According to bug #1407047 this broke saving pluging preferences, I'll look at
fixing it correctly later.
| src/gtkplugin.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkplugin.c Sun Jan 15 23:10:17 2006 +0000 +++ b/src/gtkplugin.c Mon Jan 16 05:32:36 2006 +0000 @@ -74,7 +74,9 @@ config = gaim_gtk_plugin_pref_create_frame(frame); + /* XXX According to bug #1407047 this broke saving pluging preferences, I'll look at fixing it correctly later. gaim_plugin_pref_frame_destroy(frame); + */ } return config;