]> Pileus Git - ~andy/gtk/blobdiff - examples/buttonbox/buttonbox.c
initialize anchor_path to NULL.
[~andy/gtk] / examples / buttonbox / buttonbox.c
index c70700ac74d76b001bc3e648fb4958cb03d59788..a3c012c045dff041ba22dc8da14b78d86edbaea7 100644 (file)
@@ -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;