From 0a3e7b2a0c51aa8a37696241f79d343c230808c2 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 26 Feb 2008 19:33:14 +0000 Subject: [PATCH] smyrna Makefile.am fixes --- lib/gui/Makefile.am | 1 + lib/gui/gui.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/gui/Makefile.am b/lib/gui/Makefile.am index 3575de0cd..331a1f8e6 100644 --- a/lib/gui/Makefile.am +++ b/lib/gui/Makefile.am @@ -11,6 +11,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/xdot \ -I$(top_srcdir)/lib/cgraph \ -I$(top_srcdir)/lib/cdt \ + -I$(top_srcdir)/lib/glcomp \ -I$(top_srcdir)/lib/utilities \ -I$(top_srcdir)/lib/topfish \ -I$(top_srcdir)/cmd/smyrna \ diff --git a/lib/gui/gui.c b/lib/gui/gui.c index edc683cfa..877b57352 100755 --- a/lib/gui/gui.c +++ b/lib/gui/gui.c @@ -63,7 +63,7 @@ void create_object_properties() char* data4="TEST4"; GladeXML *xml; GtkWidget *widget; - xml = glade_xml_new(GTKTOPVIEW_GLADE, NULL, NULL); + xml = glade_xml_new(SMYRNA_GLADE, NULL, NULL); widget = glade_xml_get_widget(xml, "listPoints"); gtk_clist_set_column_title (widget,0,"Def"); @@ -104,7 +104,7 @@ void graph_properties_init(int newgraph) //initialize little open graph dialog gint result=0; - xml = glade_xml_new(GTKTOPVIEW_GLADE, NULL, NULL); + xml = glade_xml_new(SMYRNA_GLADE, NULL, NULL); gladewidget = glade_xml_get_widget(xml, "entryGraphFileName"); //signals @@ -545,7 +545,7 @@ void load_attributes() int ind=0; int attrcount=0; //loads attributes from a text file - file = fopen (GTKTOPVIEW_ATTRS, "r"); + file = fopen (SMYRNA_ATTRS, "r"); if ( file != NULL ) { while ( fgets ( line, sizeof line, file ) != NULL ) -- 2.40.0