diff options
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 5 |
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 | ||
446 | void Remember::load() { | 446 | void 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; |