# HG changeset patch # User Ka-Hing Cheung # Date 1185158122 0 # Node ID 0cb46c94c47db56de256a1ff961fb26cc1eee94f # Parent 0ad0bdb0063b766bf47d67aab1e2e9cbbd4ca8c1# Parent 2f0bda21712f9a8e8c9db16a6dff68b5ad5d02d8 merge of '5e94d4a46251e35e2b640180905fe364b82355e5' and 'de5a871fa6d3a03c03ddd957d08ad9773028f709' diff -r 0ad0bdb0063b -r 0cb46c94c47d pidgin/gtkrequest.c --- a/pidgin/gtkrequest.c Sun Jul 22 18:17:26 2007 +0000 +++ b/pidgin/gtkrequest.c Mon Jul 23 02:35:22 2007 +0000 @@ -580,6 +580,7 @@ /* Create the dialog. */ data->dialog = dialog = gtk_dialog_new(); + gtk_window_set_deletable(GTK_WINDOW(data->dialog), FALSE); if (title != NULL) gtk_window_set_title(GTK_WINDOW(dialog), title);