diff src/gtkplugin.c @ 11751:5d1dd575d0f4

[gaim-migrate @ 14042] don't set plugin_dialog = NULL just because a pref dialog was closed committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 23 Oct 2005 13:17:10 +0000
parents b8bf638cc4aa
children d353f31d17a9
line wrap: on
line diff
--- a/src/gtkplugin.c	Sun Oct 23 13:13:21 2005 +0000
+++ b/src/gtkplugin.c	Sun Oct 23 13:17:10 2005 +0000
@@ -224,7 +224,6 @@
 	case GTK_RESPONSE_CLOSE:
 	case GTK_RESPONSE_DELETE_EVENT:
 		gtk_widget_destroy(d);
-		plugin_dialog = NULL;
 		break;
 	}
 }