From 08c724963631f5184014df7334c97b8b646a6a03 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 2 Jul 2009 18:17:46 +0000 Subject: Change default_window_name to use window_default_command if the actual cmd is empty. From Josh Elsasser. --- window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'window.c') diff --git a/window.c b/window.c index 3b9f3123..533e8927 100644 --- a/window.c +++ b/window.c @@ -1,4 +1,4 @@ -/* $Id: window.c,v 1.86 2009-07-01 19:42:55 nicm Exp $ */ +/* $Id: window.c,v 1.87 2009-07-02 18:17:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -54,8 +54,6 @@ /* Global window list. */ struct windows windows; -const char *window_default_command(void); - RB_GENERATE(winlinks, winlink, entry, winlink_cmp); const char * -- cgit