#10602 closed bug (fixed)
sort-save screensaver makes the ScreenSaver preferences slugish.
Reported by: | bbjimmy | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/ScreenSaver | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
on r1a4.1 this didn't happen as the preferences app didn't attempt to display a preview:
status_t sort_save::StartSaver(BView* view, bool preview ) {
if( preview ) return B_ERROR; SetTickSize(50000); return B_OK;
}
it seems the preferences app ignores the B_ERROR now.
Attachments (1)
Change History (5)
by , 11 years ago
Attachment: | sort-save.hpkg added |
---|
comment:1 by , 11 years ago
Summary: | sort-save screensaver maked the ScreenSaver preferences slugish. → sort-save screensaver makes the ScreenSaver preferences slugish. |
---|
follow-up: 4 comment:3 by , 11 years ago
Thanks,
I was just starting to look at the code. At least I had the proper file open when I got the notice that it was fixed. :)
comment:4 by , 11 years ago
Replying to bbjimmy:
I was just starting to look at the code. At least I had the proper file open when I got the notice that it was fixed. :)
No, thank you for reporting!
You can still fix the screen saver code and turn preview back on if you'd like.
sort-save screensaver .hpkg