Quiet cvs.
* .cvsignore: * capplets/common/.cvsignore: * schemas/.cvsignore: * vfs-methods/.cvsignore: Quiet cvs. * capplets/common/Makefile.am: fix parallel build. * capplets/common/gnome-theme-apply.c: add missing header.
This commit is contained in:
parent
f5c8c732d3
commit
4cd7796a0a
7 changed files with 19 additions and 1 deletions
|
@ -3,6 +3,7 @@ ABOUT-NLS
|
|||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.cache
|
||||
config.guess
|
||||
config.h
|
||||
|
|
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2003-06-03 Frederic Crozat <fcrozat@mandrakesoft.com>
|
||||
|
||||
* .cvsignore:
|
||||
* capplets/common/.cvsignore:
|
||||
* schemas/.cvsignore:
|
||||
* vfs-methods/.cvsignore: Quiet cvs.
|
||||
|
||||
* capplets/common/Makefile.am: fix parallel build.
|
||||
|
||||
* capplets/common/gnome-theme-apply.c: add missing header.
|
||||
|
||||
2003-05-23 Abel Cheung <maddog@linux.org.hk>
|
||||
|
||||
* configure.in: Added "id" "th" to ALL_LINGUAS.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
gnome-theme-test
|
||||
stamp-h.in
|
|
@ -35,6 +35,7 @@ gnome_theme_test_SOURCES = \
|
|||
gnome-theme-test.c
|
||||
|
||||
gnome_theme_test_LDADD = \
|
||||
libcommon.la \
|
||||
$(GNOMECC_CAPPLETS_LIBS)
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <gconf/gconf-client.h>
|
||||
#include <gnome-wm-manager.h>
|
||||
#include "gnome-theme-apply.h"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.schemas
|
||||
|
|
2
vfs-methods/.cvsignore
Normal file
2
vfs-methods/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
Loading…
Add table
Add a link
Reference in a new issue