Advertisement
Shnatsel

Untitled

Apr 20th, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.11 KB | None | 0 0
  1. if err != null {
  2.     wid.grey ();
  3.     wid.tooltip = err.message;
  4. }
  5.  
  6. if list != null {
  7.     wid.ungrey ();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement