Changes in / [c020e73:dfb6c7d]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r9c7a701 rb24029a  
    444444  owl_mainwin_redisplay(&(g->mw));
    445445  sepbar(NULL);
    446 
    447   if (owl_global_is_typwin_active(g)) {
    448     owl_editwin_redisplay(&(g->tw), 0);
    449   }     
     446  owl_editwin_redisplay(&(g->tw), 0);
     447
    450448  /* TODO: this should handle other forms of popwins */
    451449  if (owl_popwin_is_active(owl_global_get_popwin(g))
  • perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm

    r9c7a701 r1951db8  
    125125    BarnOwl::admin_message("IRC",
    126126            BarnOwl::Style::boldify('IRC ' . $evt->type . ' message from '
    127                 . $evt->alias) . "\n"
     127                . $self->alias) . "\n"
    128128            . strip_irc_formatting(join '\n', cdr $evt->args));
    129129}
Note: See TracChangeset for help on using the changeset viewer.