Changeset a844239 for functions.c
- Timestamp:
- May 18, 2011, 3:48:45 PM (12 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r7b4f3be r7865479 2521 2521 2522 2522 filtname = g_strdup_printf("conversation-%s", ccs); 2523 owl_text_tr(filtname, ' ', '-');2523 g_strdelimit(filtname, " ", '-'); 2524 2524 2525 2525 if (owl_global_get_filter(&g, filtname)) {
Note: See TracChangeset
for help on using the changeset viewer.