src/protocols/napster/napster.c

changeset 12467
94948d1eb8cf
parent 12216
d80739091a63
child 12595
8108c22aa723
equal deleted inserted replaced
12466:560437075401 12467:94948d1eb8cf
579 _("Offline"), TRUE, TRUE, FALSE); 579 _("Offline"), TRUE, TRUE, FALSE);
580 types = g_list_append(types, type); 580 types = g_list_append(types, type);
581 581
582 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE, 582 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE,
583 "available", 583 "available",
584 _("Online"), TRUE, TRUE, FALSE); 584 _("Available"), TRUE, TRUE, FALSE);
585 types = g_list_append(types, type); 585 types = g_list_append(types, type);
586 586
587 return types; 587 return types;
588 } 588 }
589 589

mercurial