changeset 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 21aff66af1e7
children 0b4923aee31d
files src/gtkplugin.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;
 	}
 }