By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 893
Collapse All | Expand All

(-)twinkle-1.1/src/mwi/mwi.cpp.orig (-1 / +6 lines)
Lines 20-26 Link Here
20
20
21
t_mwi::t_mwi() :
21
t_mwi::t_mwi() :
22
	status(MWI_UNKNOWN)
22
	status(MWI_UNKNOWN)
23
{}
23
{
24
	voice_msg_summary.newmsgs = 0;
25
	voice_msg_summary.newmsgs_urgent = 0;
26
	voice_msg_summary.oldmsgs = 0;
27
	voice_msg_summary.oldmsgs_urgent = 0;
28
}
24
29
25
t_mwi::t_status t_mwi::get_status(void) const {
30
t_mwi::t_status t_mwi::get_status(void) const {
26
	t_status result;
31
	t_status result;

Return to bug 893