Re: Problems with Typing Capital N
- From: Owen Taylor <otaylor redhat com>
- To: gtk-list redhat com
- Cc: Marcus Brubaker <spoon elpaso net>, Jeremy Katz <katzj technojunkie com>
- Subject: Re: Problems with Typing Capital N
- Date: 13 Jul 1998 19:23:12 -0400
[ Problem was that 'N' typed in yagirc's entry does not appear ]
Alex Roberts <bse@dial.pipex.com> writes:
> On Sun, 12 Jul 1998, Jeremy Katz wrote:
>
> > That's the specific problem I'm talking about :) But, I tested doing it
> > under a situation with no window manager (starting X with only an xterm)
> > and still had the problem, which leads me to believe it is not windowmaker
> > causing the problem.
> Well, if its any consolation...
> Capital N's work fine in gEdit, even in the text entry boxes...
> So, maybe its a problem with yagIRC... I can never get it to compile
> Gnome, so maybe its a non-Gnome problem
I noticed this when I tried yagirc, the problem is in gui.c:
it intercepts all N's with gtk_signal_emit_stop, though it only cares
about <alt>N. (I sort of wonder if the intention wasn't actually
<alt>n, rather then the current which requires the user to
press <alt><shift>N)
Regards,
Owen
--- gui.c.ots Mon Jul 13 19:18:28 1998
+++ gui.c Mon Jul 13 19:19:43 1998
@@ -842,6 +842,9 @@
g_free(tmp);
}
+ else
+ return FALSE;
+
break;
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]