It's that time of the year again, in which people fix bugs in dstcheck... :-)

Now, it came up just fine, only it was burried behind Tracker windows.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29771 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-03-29 08:16:26 +00:00
parent 38f4b2ae8e
commit 6fa92ae021
+1
View File
@@ -47,6 +47,7 @@ void
TimedAlert::Show()
{
fRunner = new BMessageRunner(this, new BMessage(TIMEDALERT_UPDATE), 60000000);
SetFeel(B_FLOATING_ALL_WINDOW_FEEL);
BAlert::Show();
}