[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sheflug] Glade



Hi

Has anyone out there used Glade ?  Gtk+ RAD tool.

I've installed it into my Libretto and I'm trying to work out hoe to 
use it.  Maybe we could have a Glade session at our meeting on 
Saturday.

-- 
Thanks



Richard

___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

  GNU the choice of a complete generation.

#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
 
while (<>){
        $_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
        print unless /^Delivered-To:/i ;
}