[gthumb] disable the map view by default as it crashes frequently for unknown reasons
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] disable the map view by default as it crashes frequently for unknown reasons
- Date: Wed, 18 May 2011 18:41:53 +0000 (UTC)
commit 64fe1561b9eb3a06ea515170ddb8b62689a03e41
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed May 18 09:43:34 2011 +0200
disable the map view by default as it crashes frequently for unknown reasons
configure.ac | 4 ++--
gthumb/gth-main.c | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index be8c267..dc5153e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,8 +233,8 @@ AM_CONDITIONAL(ENABLE_GSTREAMER, test "x$enable_gstreamer" = xyes)
dnl ===========================================================================
AC_ARG_ENABLE([libchamplain],
- [AS_HELP_STRING([--disable-libchamplain],[do not compile code that uses the libchamplain library])],,
- [enable_libchamplain=yes])
+ [AS_HELP_STRING([--enable-libchamplain],[compile code that uses the libchamplain library (crashes frequently)])],,
+ [enable_libchamplain=no])
if test x$enable_libchamplain = xyes ; then
PKG_CHECK_MODULES(LIBCHAMPLAIN,
diff --git a/gthumb/gth-main.c b/gthumb/gth-main.c
index 5493d21..c8af515 100644
--- a/gthumb/gth-main.c
+++ b/gthumb/gth-main.c
@@ -1229,7 +1229,6 @@ gth_main_activate_extensions (void)
"importer",
"jpeg_utils",
"list_tools",
- "map_view",
"oauth",
"photo_importer",
"photobucket",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]