Changeset 9c678a5


Ignore:
Timestamp:
Sep 18, 2010, 3:14:31 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
72f613a
Parents:
de6f317
git-author:
David Benjamin <davidben@mit.edu> (07/31/10 23:00:05)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 15:14:31)
Message:
Actually set the context interactive in the startup routine

This got lost back in 2a17b635c6895121650446d2529f46d7e291a486.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rde6f317 r9c678a5  
    582582
    583583  owl_global_pop_context(&g);
    584   owl_global_push_context(&g, OWL_CTX_READCONFIG|OWL_CTX_RECV, NULL, "recv", NULL);
     584  owl_global_push_context(&g, OWL_CTX_INTERACTIVE|OWL_CTX_RECV, NULL, "recv", NULL);
    585585
    586586  owl_select_add_pre_select_action(owl_refresh_pre_select_action, NULL, NULL);
Note: See TracChangeset for help on using the changeset viewer.