diff options
| author | Jan D | 2010-05-08 14:04:47 +0200 |
|---|---|---|
| committer | Jan D | 2010-05-08 14:04:47 +0200 |
| commit | 4721152c32bf2f4fac259c0c6c7566b2bc0854d2 (patch) | |
| tree | 426a0fffc1047b6778628e9859a95e46cfc7a644 /src/xsettings.c | |
| parent | ee0a16cf18096dfa91c5868ba7fbefa59cd2904e (diff) | |
| download | emacs-4721152c32bf2f4fac259c0c6c7566b2bc0854d2.tar.gz emacs-4721152c32bf2f4fac259c0c6c7566b2bc0854d2.zip | |
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).
Diffstat (limited to 'src/xsettings.c')
| -rw-r--r-- | src/xsettings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsettings.c b/src/xsettings.c index 49d4d5cc743..f1b4c8c9b23 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -740,7 +740,7 @@ DEFUN ("font-get-system-font", Ffont_get_system_font, Sfont_get_system_font, | |||
| 740 | DEFUN ("tool-bar-get-system-style", Ftool_bar_get_system_style, Stool_bar_get_system_style, | 740 | DEFUN ("tool-bar-get-system-style", Ftool_bar_get_system_style, Stool_bar_get_system_style, |
| 741 | 0, 0, 0, | 741 | 0, 0, 0, |
| 742 | doc: /* Get the system tool bar style. | 742 | doc: /* Get the system tool bar style. |
| 743 | If no system tool bar style is known, return `tool-bar-style' is set to a | 743 | If no system tool bar style is known, return `tool-bar-style' if set to a |
| 744 | known style. Otherwise return image. */) | 744 | known style. Otherwise return image. */) |
| 745 | () | 745 | () |
| 746 | { | 746 | { |