|
From: CORE C. L. <cor...@li...> - 2000-11-26 01:52:34
|
Core CVS committal
Author : smugg
Project : core
Module : src
Modified Files:
Makefile.am prefs.c
Log Message:
reorganized some in the repository..... you should remove your $HOME/.corerc for this update to work, now make install works perfectly
===================================================================
RCS file: /cvsroot/corem/core/src/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 2000/11/25 23:54:24 1.5
+++ Makefile.am 2000/11/26 01:52:04 1.6
@@ -1,7 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = pixmaps
-
CFLAGS = -g -W -Wall -Wno-implicit
GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_LIBS = @GLIB_LIBS@
===================================================================
RCS file: /cvsroot/corem/core/src/prefs.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- prefs.c 2000/11/23 01:08:37 1.6
+++ prefs.c 2000/11/26 01:52:04 1.7
@@ -354,7 +354,7 @@
config.ml_server = 0;
config.ml_linestyle = 2;
config.fl_linestyle = 2;
- config.theme = g_strdup("default");
+ config.theme = g_strdup("Default");
home = getenv("HOME");
rc = g_strconcat(home, "/.corerc", NULL);
|