Remove obsolescent macro AM_PROG_CC_C_O
[emu8051.git] / src / pswwin.c
index 761e62d..94f733c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * pswwin.cpp
+ * pswwin.c
  *
  * Copyright (C) 1999 Jonathan St-AndrĂ©
  * Copyright (C) 1999 Hugo Villeneuve <hugo@hugovil.com>
@@ -196,6 +196,9 @@ pswwin_init(void)
 
        /* Creating the view component */
        pswlist = gtk_tree_view_new_with_model(GTK_TREE_MODEL(store));
+
+       gtk_tree_view_set_grid_lines(GTK_TREE_VIEW(pswlist), GTK_TREE_VIEW_GRID_LINES_BOTH);
+
        gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(pswlist), TRUE);
        gtk_container_add(GTK_CONTAINER(frame), pswlist);