Changeset 533b3a4 for owl.c


Ignore:
Timestamp:
Jan 23, 2012, 5:14:50 PM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
8135737 (diff), f417630 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge f4176309ffa50e072ad4d74406221428cdca660a into 813573732b0f3417b980267c0277caba41fb2cb3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rf417630 r8135737  
    585585  );
    586586
     587  owl_function_debugmsg("startup: setting context interactive");
     588
     589  owl_global_pop_context(&g);
     590  owl_global_push_context(&g, OWL_CTX_INTERACTIVE|OWL_CTX_RECV, NULL, "recv", NULL);
     591
    587592  /* process the startup file */
    588593  owl_function_debugmsg("startup: processing startup file");
     
    596601      owl_function_error("No such style: %s", owl_global_get_default_style(&g));
    597602
    598   owl_function_debugmsg("startup: setting context interactive");
    599 
    600   owl_global_pop_context(&g);
    601   owl_global_push_context(&g, OWL_CTX_INTERACTIVE|OWL_CTX_RECV, NULL, "recv", NULL);
    602 
    603603  source = owl_window_redraw_source_new();
    604604  g_source_attach(source, NULL);
Note: See TracChangeset for help on using the changeset viewer.