summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@gnome.org>2008-07-22 14:13:48 +0000
committerChristian Neumair <cneumair@src.gnome.org>2008-07-22 14:13:48 +0000
commit414dd48d1d9e35c95bdcbd6fa9c93f501f7d88ac (patch)
tree98e6fac38e2ce975e4e8596bf2ac09aad530af6d /configure.in
parentbb72b66055971bb12403bd0255d4dda84989b970 (diff)
downloadnautilus-414dd48d1d9e35c95bdcbd6fa9c93f501f7d88ac.tar.gz
Revert Q_() -> C_() migration due to an intltool bug. Do not require
2008-07-21 Christian Neumair <cneumair@gnome.org> * configure.in: * src/file-manager/fm-properties-window.c (value_field_update_internal): Revert Q_() -> C_() migration due to an intltool bug. Do not require intltool 0.36.3 (#542658). svn path=/trunk/; revision=14406
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fcba16d8a..e947c97dc 100644
--- a/configure.in
+++ b/configure.in
@@ -111,7 +111,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",
AM_GLIB_GNU_GETTEXT
GLIB_DEFINE_LOCALEDIR(GNOMELOCALEDIR)
-IT_PROG_INTLTOOL([0.36.3])
+IT_PROG_INTLTOOL([0.35.0])
dnl ==========================================================================