Changeset 5b85d19 for functions.c


Ignore:
Timestamp:
Jul 3, 2003, 10:46:22 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
9ceee9d
Parents:
de03334
Message:
Idle time reported in minutes, not seconds
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rde03334 r5b85d19  
    28652865      idle=owl_buddylist_get_idletime(b, i);
    28662866      if (idle!=0) {
    2867         timestr=owl_util_seconds_to_timestr(idle);
     2867        timestr=owl_util_minutes_to_timestr(idle);
    28682868      } else {
    28692869        timestr=owl_strdup("");
    28702870      }
    2871       foo=owl_sprintf("  %-10.10s %-15.15s\n",
     2871      foo=owl_sprintf("  %-10.10s %-10.10s\n",
    28722872                      owl_buddylist_get_buddy(b, i),
    28732873                      timestr);
Note: See TracChangeset for help on using the changeset viewer.