diff options
author | Andras Timar <atimar@suse.com> | 2011-09-01 10:48:19 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-01 11:21:03 +0200 |
commit | f2d97ff3bae3993d6c1cae911fe53710fba19d0f (patch) | |
tree | d2edf2c651b02afd824bf2e53b6adabbd3267a44 /configure.in | |
parent | 586e39352a99508d0023a5958b50a5189b196e82 (diff) |
update gdocs extension and fix the floating toolbar problem - bnc#714876
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5ca79a5caaa0..f2c3cba59a0b 100755 --- a/configure.in +++ b/configure.in @@ -7931,7 +7931,7 @@ if test "z$enable_ext_google_docs" = "z" -o "z$enable_ext_google_docs" = "zno" ; else AC_MSG_RESULT([yes]) SCPDEFS="$SCPDEFS -DWITH_EXTENSION_GOOGLE_DOCS" - GOOGLE_DOCS_EXTENSION_PACK="31d7e111b1135f14717f21255d933f6e-ooo2gd_3.0.0.oxt" + GOOGLE_DOCS_EXTENSION_PACK="cea0f63d5985ba4fcbd882031df44346-gdocs_3.0.0_modified.oxt" fi AC_SUBST(GOOGLE_DOCS_EXTENSION_PACK) |