fixed bug in on_open.
[rofl0r-HtmlEditor.git] / webkit.pl
blobb09f88adf59290f807e45a14b19d69349a18c5a8
1 use strict;
2 use warnings;
3 use lib '.';
4 use HtmlEditor;
6 my $ed = HtmlEditor->new();
7 $ed->show_all;
8 Gtk2->main;