diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/buttonbox/buttonbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/buttonbox/buttonbox.c b/examples/buttonbox/buttonbox.c index c70700ac74..a3c012c045 100644 --- a/examples/buttonbox/buttonbox.c +++ b/examples/buttonbox/buttonbox.c @@ -43,7 +43,7 @@ GtkWidget *create_bbox( gint horizontal, int main( int argc, char *argv[] ) { - static GtkWidget* window = NULL; + GtkWidget *window; GtkWidget *main_vbox; GtkWidget *vbox; GtkWidget *hbox; |