Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dda7bf
)
Fix gtkh file bug.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 18 Jul 2007 23:30:20 +0000
(
01:30
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 18 Jul 2007 23:30:20 +0000
(
01:30
+0200)
common/makegdesc
patch
|
blob
|
blame
|
history
diff --git
a/common/makegdesc
b/common/makegdesc
index
32271fb
..
cfcb6f1
100755
(executable)
--- 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();
}