Changeset a844239 for logging.c


Ignore:
Timestamp:
May 18, 2011, 3:48:45 PM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
64c829a (diff), 7865479 (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 7865479440dd042766ecbbc1119b45e5eb7cd6a6 into 64c829aed5e966415464e38f393083d736e281e8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • logging.c

    rfe3b017 r7865479  
    151151  } else if (owl_message_is_type_jabber(m)) {
    152152    to = g_strdup_printf("jabber:%s", owl_message_get_recipient(m));
    153     owl_text_tr(to, '/', '_');
     153    g_strdelimit(to, "/", '_');
    154154  } else if (owl_message_is_type_aim(m)) {
    155155    char *temp2;
Note: See TracChangeset for help on using the changeset viewer.