To reproduce: Click on your name (the 'hidden' button to the left of the input entry box). Press escape Click on your name again --> crash Index: src/fe-gnome/main-window.c =================================================================== --- src/fe-gnome/main-window.c (revision 10165) +++ src/fe-gnome/main-window.c (working copy) @@ -635,6 +635,7 @@ g_signal_connect (G_OBJECT (entry), "activate", G_CALLBACK (nickname_str_enter), dialog); g_signal_connect (G_OBJECT (dialog), "response", G_CALLBACK (nickname_get_str_response), entry); + g_signal_connect (G_OBJECT (dialog), "delete-event", G_CALLBACK (gtk_widget_hide_on_delete), NULL); gtk_widget_show_all (dialog); }