From 1627115dcfa53cf78bb9b28840042d4822bc2f97 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 19 Jul 2007 01:30:20 +0200 Subject: [PATCH] Fix gtkh file bug. --- common/makegdesc | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.11.0