diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2004-08-16 08:44:41 +0000 |
---|---|---|
committer | Davyd Madeley <davyd@src.gnome.org> | 2004-08-16 08:44:41 +0000 |
commit | 4db87da83b639d9e4a49e2099958749d0592306a (patch) | |
tree | b921afe2591e28489772a436d7a2ff28735b7eee /drivemount | |
parent | de79155688bf4bab3026ad03c65c8e3adac44336 (diff) |
Remove from CVS.
2004-08-16 Davyd Madeley <davyd@madeley.id.au>
* screen-exec/*: Remove from CVS.
2004-08-16 Davyd Madeley <davyd@madeley.id.au>
* src/exec.c: Removed dependancy on egg-screen-exec.h
* src/mini-commander_applet.h: Increased max command size to 505 to
compensate for added (?) that can appear before strings. Closes
#150058.
2004-08-15 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Removed reference to screen-exec
* Makefile.am: Here too.
* screen-exec/*: Remove cruft.
* configure.in: Added nb to ALL_LINGUAS.
Diffstat (limited to 'drivemount')
-rw-r--r-- | drivemount/ChangeLog | 4 | ||||
-rw-r--r-- | drivemount/Makefile.am | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/drivemount/ChangeLog b/drivemount/ChangeLog index 6aef5f8e8..22528d385 100644 --- a/drivemount/ChangeLog +++ b/drivemount/ChangeLog @@ -1,5 +1,9 @@ 2004-08-15 Kjartan Maraas <kmaraas@gnome.org> + * Makefile.am: Remove references to screen-exec. + +2004-08-15 Kjartan Maraas <kmaraas@gnome.org> + * drivemount.c: (help_cb): Use the right API to show help. s/egg/gnome/ Remove now unneeded include of egg-screen-exec.h * properties.c: (help_cb): Same here. diff --git a/drivemount/Makefile.am b/drivemount/Makefile.am index 8e9704e8b..d5090d55a 100644 --- a/drivemount/Makefile.am +++ b/drivemount/Makefile.am @@ -3,7 +3,6 @@ SUBDIRS = help INCLUDES = \ -I. -I$(srcdir) \ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ --I$(top_srcdir)/screen-exec \ $(GNOME_APPLETS_CFLAGS) libexec_PROGRAMS = drivemount_applet2 @@ -18,7 +17,6 @@ properties.c \ properties.h drivemount_applet2_LDADD = \ - $(top_builddir)/screen-exec/libscreen-exec.la \ $(GNOME_APPLETS_LIBS) serverdir = $(libdir)/bonobo/servers |