projects
/
darcs-mirror-screen-message.debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdd3db
)
Make the initial text size the same as normal text
author
mail
<mail@joachim-breitner.de>
Mon, 22 Oct 2007 13:07:38 +0000
(13:07 +0000)
committer
mail
<mail@joachim-breitner.de>
Mon, 22 Oct 2007 13:07:38 +0000
(13:07 +0000)
sm.c
patch
|
blob
|
history
diff --git
a/sm.c
b/sm.c
index
0269ce2
..
924ec2c
100644
(file)
--- a/
sm.c
+++ b/
sm.c
@@
-232,5
+232,7
@@
int main(int argc, char **argv) {
g_signal_connect(G_OBJECT(draw), "expose-event", G_CALLBACK(redraw), NULL);
g_signal_connect(G_OBJECT(tb), "changed", G_CALLBACK(newtext), NULL);
+ resize();
+
gtk_main();
}