emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gtk toolbar bug


From: Bruce Stephens
Subject: Re: gtk toolbar bug
Date: Mon, 29 Jun 2009 22:37:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Bruce Stephens <address@hidden> writes:

[...]

> Anyway, I hope the information that it occurs with gtk but not with
> lucid might suggest what's happening.

This seems to fix it for me.  (I offer this more as further information
that might suggest a proper resolution than as a proposed patch;
presumably the function call is there for a good reason.)

--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -733,7 +733,7 @@ xg_frame_set_char_size (f, cols, rows)
      Turn wm hints (min/max size and size increments) of temporarly.
      It interferes too much, when for example adding or removing the
      menu/tool bar.  */
-  x_wm_size_hint_off (f);
+  /*  x_wm_size_hint_off (f);*/
   gtk_window_resize (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
                      pixelwidth, pixelheight);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]