From: Fredrik Tolf Date: Wed, 18 Jul 2007 23:30:20 +0000 (+0200) Subject: Fix gtkh file bug. X-Git-Tag: 1.0~106^2~5 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=1627115dcfa53cf78bb9b28840042d4822bc2f97 Fix gtkh file bug. --- diff --git a/common/makegdesc b/common/makegdesc index 32271fb..cfcb6f1 100755 --- a/common/makegdesc +++ b/common/makegdesc @@ -510,6 +510,7 @@ while(<>) if($args{"h"}) { $hfile = IO::File->new($args{"h"}, "w") || die; + $hfile->print("GtkWidget *create_" . $options{"prefix"} . "wnd(void);\n"); printheader $rootwidgets, $hfile; $hfile->close(); }