summaryrefslogtreecommitdiff
path: root/src/Remember.cc
diff options
context:
space:
mode:
authorakir <akir>2004-10-19 09:01:49 (GMT)
committerakir <akir>2004-10-19 09:01:49 (GMT)
commit3e83f5941f75dd065d3d9f108a6510e5bd9a9266 (patch)
treea48951638f5f45c2e428a84c561e51018c7e4409 /src/Remember.cc
parent45726d3016ed9b4a9e3a135d5b30246245bbaf92 (diff)
downloadfluxbox_lack-3e83f5941f75dd065d3d9f108a6510e5bd9a9266.zip
fluxbox_lack-3e83f5941f75dd065d3d9f108a6510e5bd9a9266.tar.bz2
added session.appsFile to the ressources
Diffstat (limited to 'src/Remember.cc')
-rw-r--r--src/Remember.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Remember.cc b/src/Remember.cc
index 27a8da2..f40071b 100644
--- a/src/Remember.cc
+++ b/src/Remember.cc
@@ -21,7 +21,7 @@
21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22// DEALINGS IN THE SOFTWARE. 22// DEALINGS IN THE SOFTWARE.
23 23
24// $Id: Remember.cc,v 1.42 2004/09/04 04:54:38 akir Exp $ 24// $Id: Remember.cc,v 1.43 2004/10/19 09:01:49 akir Exp $
25 25
26#include "Remember.hh" 26#include "Remember.hh"
27#include "ClientPattern.hh" 27#include "ClientPattern.hh"
@@ -445,8 +445,7 @@ int Remember::parseApp(ifstream &file, Application &app, string *first_line) {
445 445
446void Remember::load() { 446void Remember::load() {
447 447
448 string apps_string; 448 string apps_string = FbTk::StringUtil::expandFilename(Fluxbox::instance()->getAppsFilename());
449 Fluxbox::instance()->getDefaultDataFilename("apps", apps_string);
450 449
451#ifdef DEBUG 450#ifdef DEBUG
452 cerr<<__FILE__<<"("<<__FUNCTION__<<"): Loading apps file ["<<apps_string<<"]"<<endl; 451 cerr<<__FILE__<<"("<<__FUNCTION__<<"): Loading apps file ["<<apps_string<<"]"<<endl;