Fix gtkh file bug.
authorFredrik Tolf <fredrik@dolda2000.com>
Wed, 18 Jul 2007 23:30:20 +0000 (01:30 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Wed, 18 Jul 2007 23:30:20 +0000 (01:30 +0200)
common/makegdesc

index 32271fb..cfcb6f1 100755 (executable)
@@ -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();
 }