all repos — fluxbox @ 522e38bd716a6537d6efe086ecf4ff43d51c0fea

custom fork of the fluxbox windowmanager

Fixed rootcommand
fluxgen fluxgen
commit

522e38bd716a6537d6efe086ecf4ff43d51c0fea

parent

cb612c391bf7807f898fa84291827594448f78ab

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M src/Theme.ccsrc/Theme.cc

@@ -41,7 +41,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.cc,v 1.10 2002/01/08 12:13:55 fluxgen Exp $ +// $Id: Theme.cc,v 1.11 2002/01/08 21:37:39 fluxgen Exp $ #ifndef _GNU_SOURCE #define _GNU_SOURCE

@@ -75,9 +75,10 @@ int screennum, BImageControl *ic, const char *filename, const char *rootcommand):

m_imagecontrol(ic), m_display(display), m_colormap(colormap), -m_screennum(screennum) +m_screennum(screennum), +m_rootcommand(rootcommand ? "" : rootcommand) //we dont want to send 0-pointer to std::string { - m_rootcommand = (rootcommand == 0 ? "" : rootcommand); + //default settings m_menustyle.titlefont.set = m_menustyle.framefont.set = m_toolbarstyle.font.set = m_windowstyle.font.set = m_windowstyle.tab.font.set = 0;