Advertisement
Shnatsel

Untitled

Apr 20th, 2013
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if err != null {
  2.     wid.grey ();
  3.     wid.tooltip = err.message;
  4. }
  5.  
  6. if list == null {
  7.     wid.grey ();
  8.     wid.tooltip = "No contracts are available for this mimetype";
  9. else
  10.     wid.ungrey ();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement