[gaim-migrate @ 15242]

Mon, 16 Jan 2006 05:32:36 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Mon, 16 Jan 2006 05:32:36 +0000
changeset 12889
9f36adc089fa
parent 12888
6fedd1f47fe0
child 12890
7152afb4df01

[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;

mercurial