01-20-2011, 05:45 AM
Until you figure out which Widget is doing it, you can quit Dashboard by quitting the Dock.
You can use the Activity Monitor for that or do as I do and save an AppleScript applet with this little bit of code:
tell application "Dock" to quit
You can use the Activity Monitor for that or do as I do and save an AppleScript applet with this little bit of code:
tell application "Dock" to quit