git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@87
ddfedd41-794f-dd11-ae45-
00112f111e67
event->val2 = 0;
}
- if(win->input_request_type == INPUT_REQUEST_NONE)
+ if(win->input_request_type != INPUT_REQUEST_LINE && win->input_request_type != INPUT_REQUEST_LINE_UNICODE)
return;
g_signal_handler_block( G_OBJECT(win->widget), win->keypress_handler );
switch(win->type)
{
case wintype_Blank:
- gtk_widget_unparent(win->widget);
- break;
-
case wintype_TextGrid:
case wintype_TextBuffer:
gtk_widget_unparent(win->frame);
- /* TODO: Cancel all input requests */
break;
case wintype_Pair: