projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
874fc35
)
fixed gtk-warning
author
Arun Persaud
<arun@nubati.net>
Mon, 18 Feb 2013 21:38:51 +0000 (13:38 -0800)
committer
Arun Persaud
<arun@nubati.net>
Mon, 18 Feb 2013 21:38:51 +0000 (13:38 -0800)
gtk/xoptions.c
patch
|
blob
|
history
diff --git
a/gtk/xoptions.c
b/gtk/xoptions.c
index
d488496
..
8b231f9
100644
(file)
--- a/
gtk/xoptions.c
+++ b/
gtk/xoptions.c
@@
-1136,7
+1136,7
@@
printf("n=%d, h=%d, w=%d\n",n,height,width);
if(topLevel)
{
dialog = gtk_window_new(GTK_WINDOW_TOPLEVEL);
- gtk_window_set_title(dialog, title);
+ gtk_window_set_title(GTK_WINDOW(dialog), title);
box = gtk_vbox_new(FALSE,0);
gtk_container_add (GTK_CONTAINER (dialog), box);
}