Added rorschach.xml.h

2000-10-14  dd Hovinen  <hovinen@helixcode.com>

	* po/POTFILES.in: Added rorschach.xml.h

	Courtesy John B Tunison <jtunison@andrew.cmu.edu>:
	* capplets/*/Makefile.am (INCLUDES): Put
	-I$(top_srcdir)/libcapplet before everything else

	* new-control-center/capplet-dir.c
	(start_capplet_through_root_manager): Use FOPEN_MAX rather than
	OPEN_MAX, since some people don't seem to be have OPEN_MAX defined by
	default
This commit is contained in:
dd Hovinen 2000-10-14 16:54:25 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 6ac6997216
commit 9fd5dab207
10 changed files with 29 additions and 11 deletions

View file

@ -1,3 +1,9 @@
2000-10-14 Bradford Hovinen <hovinen@helixcode.com>
Courtesy John B Tunison <jtunison@andrew.cmu.edu>:
* capplets/*/Makefile.am (INCLUDES): Put
-I$(top_srcdir)/libcapplet before everything else
2000-10-11 Stanislav Brabec <utx@penguin.cz>
* */*/*.desktop: Remove trailing dot in english strings containing

View file

@ -16,12 +16,12 @@ INCLUDES = \
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
-DG_LOG_DOMAIN=\"background-properties\" \
-DGLADE_DATADIR=\""$(Gladedir)"\" \
-I$(top_srcdir)/libcapplet \
$(GNOME_INCLUDEDIR) \
$(LIBGLADE_CFLAGS) \
$(XML_CFLAGS) \
-I$(top_srcdir)/ \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/libcapplet
-I$(top_srcdir)/intl
bin_PROGRAMS = background-properties-capplet

View file

@ -16,12 +16,12 @@ INCLUDES = \
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
-DG_LOG_DOMAIN=\"keyboard-properties\" \
-DGLADE_DATADIR=\""$(Gladedir)"\" \
-I$(top_srcdir)/libcapplet \
$(GNOME_INCLUDEDIR) \
$(XML_CFLAGS) \
$(LIBGLADE_CFLAGS) \
-I$(top_srcdir)/ \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/libcapplet
-I$(top_srcdir)/intl
bin_PROGRAMS = keyboard-properties-capplet

View file

@ -16,12 +16,12 @@ INCLUDES = \
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
-DG_LOG_DOMAIN=\"mouse-properties\" \
-DGLADE_DATADIR=\""$(Gladedir)"\" \
-I$(top_srcdir)/libcapplet \
$(GNOME_INCLUDEDIR) \
$(XML_CFLAGS) \
$(LIBGLADE_CFLAGS) \
-I$(top_srcdir)/ \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/libcapplet
-I$(top_srcdir)/intl
bin_PROGRAMS = mouse-properties-capplet

View file

@ -16,12 +16,12 @@ INCLUDES = \
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
-DG_LOG_DOMAIN=\"sound-properties\" \
-DGLADE_DATADIR=\""$(Gladedir)"\" \
-I$(top_srcdir)/libcapplet \
$(GNOME_INCLUDEDIR) \
$(XML_CFLAGS) \
$(LIBGLADE_CFLAGS) \
-I$(top_srcdir)/ \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/libcapplet
-I$(top_srcdir)/intl
bin_PROGRAMS = sound-properties-capplet

View file

@ -18,12 +18,12 @@ INCLUDES = \
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
-DG_LOG_DOMAIN=\"ui-properties\" \
-DGLADE_DATADIR=\""$(Gladedir)"\" \
-I$(top_srcdir)/libcapplet \
$(GNOME_INCLUDEDIR) \
$(XML_CFLAGS) \
$(LIBGLADE_CFLAGS) \
-I$(top_srcdir)/ \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/libcapplet
-I$(top_srcdir)/intl
bin_PROGRAMS = ui-properties-capplet

View file

@ -1,3 +1,10 @@
2000-10-14 Bradford Hovinen <hovinen@helixcode.com>
Courtesy John B Tunison <jtunison@andrew.cmu.edu>:
* capplet-dir.c (start_capplet_through_root_manager): Use
FOPEN_MAX rather than OPEN_MAX, since some people don't seem to be
have OPEN_MAX defined by default
2000-08-22 Bradford Hovinen <hovinen@helixcode.com>
* Makefile.am (INCLUDES): Changed SETTINGS_DIR to

View file

@ -312,7 +312,7 @@ start_capplet_through_root_manager (GnomeDesktopEntry *gde)
dup2 (pipe_fd[0], 0);
for (i = 3; i < OPEN_MAX; i++) close(i);
for (i = 3; i < FOPEN_MAX; i++) close(i);
arg[0] = gnome_is_program_in_path ("root-manager");
arg[1] = NULL;

View file

@ -1,3 +1,7 @@
2000-10-14 Bradford Hovinen <hovinen@helixcode.com>
* POTFILES.in: Added rorschach.xml.h
2000-10-12 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.

View file

@ -18,6 +18,7 @@ capplets/new-screensaver-properties/screensavers/bsod.xml.h
capplets/new-screensaver-properties/screensavers/compass.xml.h
capplets/new-screensaver-properties/screensavers/flag.xml.h
capplets/new-screensaver-properties/screensavers/qix.xml.h
capplets/new-screensaver-properties/screensavers/rorschach.xml.h
capplets/new-screensaver-properties/selection-dialog.c
capplets/new-sound-properties/sound-properties.glade.h
capplets/new-sound-properties/prefs-widget.c