Mercurial > hg > xemacs-beta
view etc/gtkrc @ 5780:580ebed3500a
Bug fix in menubar.el
2013-12-30 Byrel Mitchell <byrel.mitchell@gmail.com>
* menubar.el (add-menu-item-1, delete-menu-item): Do not assume
every top-level menu is on current-menubar.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sat, 18 Jan 2014 17:40:41 +0100 |
parents | 8d3d05ffbb43 |
children |
line wrap: on
line source
# Force the window background to be the same as the default face background: # white. # Copyright 1999 Malcolm Purvis # This file is part of XEmacs, licensed to you under the GNU # General Public License, version 3 or later at your option. # There is NO WARRANTY, explicit or implied, on this file. style "default_background" { bg[NORMAL] = { 1.0, 1.0, 1.0 } } class "GtkXEmacs" style "default_background"