Update of /cvsroot/morphix/langconf/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29430/src
Modified Files:
interface.c
Log Message:
fixed glade-building, removed title
Index: interface.c
===================================================================
RCS file: /cvsroot/morphix/langconf/src/interface.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** interface.c 26 Oct 2003 23:02:46 -0000 1.1.1.1
--- interface.c 26 Oct 2003 23:14:44 -0000 1.2
***************
*** 79,82 ****
--- 79,83 ----
gtk_widget_show (treeview1);
gtk_container_add (GTK_CONTAINER (scrolledwindow1), treeview1);
+ gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (treeview1), FALSE);
dialog_action_area1 = GTK_DIALOG (MainWindow)->action_area;
|