all repos — fluxbox @ e53e1b3b23f10a72f789dbe3bb7f1d4c5f391e9a

custom fork of the fluxbox windowmanager

missing default value for session.appsFile added
akir akir
commit

e53e1b3b23f10a72f789dbe3bb7f1d4c5f391e9a

parent

2ddebed798251506a532552058d77e8514b4baf6

1 files changed, 2 insertions(+), 2 deletions(-)

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

@@ -22,7 +22,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: fluxbox.cc,v 1.260 2004/10/19 09:01:49 akir Exp $ +// $Id: fluxbox.cc,v 1.261 2004/10/19 17:23:08 akir Exp $ #include "fluxbox.hh"

@@ -218,7 +218,7 @@ m_rc_menufile(m_resourcemanager, DEFAULTMENU, "session.menuFile", "Session.MenuFile"),

m_rc_keyfile(m_resourcemanager, DEFAULTKEYSFILE, "session.keyFile", "Session.KeyFile"), m_rc_slitlistfile(m_resourcemanager, "", "session.slitlistFile", "Session.SlitlistFile"), m_rc_groupfile(m_resourcemanager, "", "session.groupFile", "Session.GroupFile"), - m_rc_appsfile(m_resourcemanager, "", "session.appsFile", "Session.AppsFile"), + m_rc_appsfile(m_resourcemanager, "~/.fluxbox/apps", "session.appsFile", "Session.AppsFile"), m_rc_titlebar_left(m_resourcemanager, TitlebarList(&s_titlebar_left[0], &s_titlebar_left[1]), "session.titlebar.left", "Session.Titlebar.Left"),