comparison src/gtkblist.c @ 8861:07f57b71bd5e

[gaim-migrate @ 9629] Nickolai Zeldovich noticed a missing \n committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 03 May 2004 17:49:27 +0000
parents 48086c7bd568
children de87e510ff9a
comparison
equal deleted inserted replaced
8860:a11807af171e 8861:07f57b71bd5e
2448 statustext = new; 2448 statustext = new;
2449 } 2449 }
2450 } 2450 }
2451 2451
2452 if (!statustext && !GAIM_BUDDY_IS_ONLINE(b)) 2452 if (!statustext && !GAIM_BUDDY_IS_ONLINE(b))
2453 statustext = g_strdup(_("<b>Status:</b> Offline")); 2453 statustext = g_strdup(_("\n<b>Status:</b> Offline"));
2454 2454
2455 if (b->signon > 0) 2455 if (b->signon > 0)
2456 loggedin = gaim_str_seconds_to_string(time(NULL) - b->signon); 2456 loggedin = gaim_str_seconds_to_string(time(NULL) - b->signon);
2457 2457
2458 if (b->idle > 0) 2458 if (b->idle > 0)