diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-11-03 03:13:42 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-11-03 03:13:42 +0000 |
commit | 0a7829bb3ee59c73edf473759857e1c8c57b3f80 (patch) | |
tree | 51cbf8595acc7c754c8e4b4d29bf40d00493e027 /helper-utilities/Makefile.am | |
parent | bc9594959bffffeef4d6f2f3016f841a205f03f9 (diff) | |
download | nautilus-0a7829bb3ee59c73edf473759857e1c8c57b3f80.tar.gz |
Add a error dialog helper utility that can be called from shell scripts to
* configure.in:
* helper-utilities/Makefile.am:
* helper-utilities/error-dialog/.cvsignore:
* helper-utilities/error-dialog/Makefile.am:
* helper-utilities/error-dialog/nautilus-error-dialog.c: (main):
* nautilus.spec.in:
Add a error dialog helper utility that can be called from shell
scripts to display errors to the user.
* components/services/nautilus-dependent-shared/eazel-services-footer.c:
Pavel made me do this at gun point. Make the links activate on
mouse up not down.
Diffstat (limited to 'helper-utilities/Makefile.am')
-rw-r--r-- | helper-utilities/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helper-utilities/Makefile.am b/helper-utilities/Makefile.am index 6181abf5e..190def6ae 100644 --- a/helper-utilities/Makefile.am +++ b/helper-utilities/Makefile.am @@ -6,4 +6,5 @@ endif SUBDIRS = \ $(AUTHENTICATE_HELPER_SUBDIRS) \ + error-dialog \ $(NULL) |