Package: bbrun
Version: 1.6-2

When you type some command into combo->entry and hit ENTER key (not OK button),
main window won't be destroyed and runwin() will not return to main().

I suggest to patch bbrun.c; add following to line 408:

gtk_signal_connect_object(GTK_OBJECT(GTK_COMBO(combo)->entry), "activate",
        GTK_SIGNAL_FUNC(gtk_widget_destroy), GTK_OBJECT(window));

Regards.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to