Show
Ignore:
Timestamp:
11/14/10 16:06:51 (3 years ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
391cc007cd23e1abf9183efbf5fa9c2d06e33eb3
Parents:
1524a3b43f8e5b598c5a41d318c86b91d49e1a80
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2010-11-14T16:06:51Z+0200
Message:

ladishd: fix load of project dict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • daemon/room_load.c

    r1524a3b4 rd9183f0  
    497497 
    498498    if (context_ptr->depth == 1 && 
    499         context_ptr->element[0] == PARSE_CONTEXT_STUDIO) 
     499        context_ptr->element[0] == PARSE_CONTEXT_PROJECT) 
    500500    { 
    501501      context_ptr->dict = ladish_graph_get_dict(room_ptr->graph);