all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Wouldn't that be needed?
@ 2005-02-21  1:49 David Kastrup
  2005-02-21  9:01 ` Kim F. Storm
  0 siblings, 1 reply; 2+ messages in thread
From: David Kastrup @ 2005-02-21  1:49 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 125 bytes --]


When looking for some problem, I hit upon the following (probably
unrelated) which appears to be appropriate in gtkutil.c:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 254 bytes --]

--- gtkutil.c	04 Feb 2005 02:04:31 +0100	1.61
+++ gtkutil.c	21 Feb 2005 02:30:55 +0100	
@@ -719,6 +719,8 @@
       if (wvbox) gtk_widget_destroy (wvbox);
       if (wfixed) gtk_widget_destroy (wfixed);
 
+      UNBLOCK_INPUT;
+
       return 0;
     }
 

[-- Attachment #3: Type: text/plain, Size: 52 bytes --]



-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Wouldn't that be needed?
  2005-02-21  1:49 Wouldn't that be needed? David Kastrup
@ 2005-02-21  9:01 ` Kim F. Storm
  0 siblings, 0 replies; 2+ messages in thread
From: Kim F. Storm @ 2005-02-21  9:01 UTC (permalink / raw)
  Cc: emacs-devel

David Kastrup <dak@gnu.org> writes:

> When looking for some problem, I hit upon the following (probably
> unrelated) which appears to be appropriate in gtkutil.c:
>
>
> --- gtkutil.c	04 Feb 2005 02:04:31 +0100	1.61
> +++ gtkutil.c	21 Feb 2005 02:30:55 +0100	
> @@ -719,6 +719,8 @@
>        if (wvbox) gtk_widget_destroy (wvbox);
>        if (wfixed) gtk_widget_destroy (wfixed);
>  
> +      UNBLOCK_INPUT;
> +
>        return 0;
>      }
>  

Installed.  Thanks.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-21  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-21  1:49 Wouldn't that be needed? David Kastrup
2005-02-21  9:01 ` Kim F. Storm

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.