Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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)

sort-save.hpkg (70.0 KB ) - added by bbjimmy 10 years ago.
sort-save screensaver .hpkg

Download all attachments as: .zip

Change History (5)

by bbjimmy, 10 years ago

Attachment: sort-save.hpkg added

sort-save screensaver .hpkg

comment:1 by bbjimmy, 10 years ago

Summary: sort-save screensaver maked the ScreenSaver preferences slugish.sort-save screensaver makes the ScreenSaver preferences slugish.

comment:2 by jscipione, 10 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev46928

comment:3 by bbjimmy, 10 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. :)

in reply to:  3 comment:4 by jscipione, 10 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.

Note: See TracTickets for help on using tickets.