switch (thunar)
{
    case SUCKS:
       printf ("sucks\n");
       break;

    case BAD:
       printf ("bad\n");
       break;

    case OK:
       printf ("ok\n");
       break;

    case GOOD:
       printf ("good\n");
       break;

    case GREAT:
       printf ("great!\n");
       break;

    case SWEET:
       printf ("SWEEEEEEEEEEET!\n");
       break;

    case SICK:
       printf ("SICKNESS!!!!!!!!!!!!!\n");
       break;

    case PASS_OUT_SICK:
       printf ("*passed out*\n");
       break;
}

output:
    *passed out*

I don't know if the euros (or anyone else) reading this will understand the usage of the work "sick", but that means big-fat-stamp-of-approval.  It's everything I expected (and wanted) since I started following thunar development.

Benedikt: thank you.

_______________________________________________
Thunar-dev mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/thunar-dev

Reply via email to