diff src/xsettings.c @ 108315:8bb62bdbd80a

Fix bug #6139, text is briefly shown in tool bar on startup. * xsettings.c (Ftool_bar_get_system_style): Correct comment. * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle box and toolbar (Bug #6139). (xg_create_tool_bar): Remove comment (Bug #6139). (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139). (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
author Jan D <jan.h.d@swipnet.se>
date Sat, 08 May 2010 14:04:47 +0200
parents c9cc3dd13301
children ad09f2bfce51
line wrap: on
line diff
--- a/src/xsettings.c	Sat May 08 13:42:01 2010 +0200
+++ b/src/xsettings.c	Sat May 08 14:04:47 2010 +0200
@@ -740,7 +740,7 @@
 DEFUN ("tool-bar-get-system-style", Ftool_bar_get_system_style, Stool_bar_get_system_style,
        0, 0, 0,
        doc: /* Get the system tool bar style.
-If no system tool bar style is known, return `tool-bar-style' is set to a
+If no system tool bar style is known, return `tool-bar-style' if set to a
 known style.  Otherwise return image.  */)
   ()
 {