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 2231
Collapse All | Expand All

(-)a/korganizer/korgac/alarmdockwindow.cpp (-1 / +2 lines)
Lines 120-128 void AlarmDockWindow::resizeEvent ( TQResizeEvent * ) Link Here
120
	resizeTrayIcon();
120
	resizeTrayIcon();
121
}
121
}
122
122
123
void AlarmDockWindow::showEvent ( TQShowEvent * )
123
void AlarmDockWindow::showEvent ( TQShowEvent *se )
124
{
124
{
125
	resizeTrayIcon();
125
	resizeTrayIcon();
126
	KSystemTray::showEvent(se);
126
}
127
}
127
128
128
void AlarmDockWindow::slotUpdate( int reminders )
129
void AlarmDockWindow::slotUpdate( int reminders )

Return to bug 2231