ShareKit icon indicating copy to clipboard operation
ShareKit copied to clipboard

minor fixes for sharekit

Open eric-sofisoftwarellc opened this issue 14 years ago • 0 comments

There are three small changes:

  • The current master head doesn't compile due to missing evernote #defines in the config file. I added empty ones.
  • #define SHKSharedWithSignature appears twice in the config file
  • SHKTwitter.m validate checks for status.length >= 0, but should check for status.length > 0.

Thanks!

eric-sofisoftwarellc avatar Dec 13 '11 06:12 eric-sofisoftwarellc