diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-03-11 07:05:47 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-03-11 07:05:47 +0000 |
commit | 7e61493272a33f3002236845f37d5c0d1e189138 (patch) | |
tree | b7d48da4ddbb5323143ddeb60e01eaab3c001155 /configure.in | |
parent | 2ce24ceee46f1cd0a76049ba93401fd81a175af1 (diff) |
Emit "window_title_changed" and "icon_title_changed" when the titles change,
and store the new values in a public field so that a handler can retrieve the
values (patch from Anders Carlsson).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5d68576..ff0352a 100644 --- a/configure.in +++ b/configure.in @@ -41,4 +41,4 @@ if test x$VTE_DEBUG = x1 ; then fi AM_CONFIG_HEADER(config.h) -AC_OUTPUT([Makefile src/Makefile]) +AC_OUTPUT([Makefile src/Makefile vte.pc]) |