diff --git a/ChangeLog b/ChangeLog index e038e5f..ba61943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ClipIt-v1.3.6-06122010002 - 06 Dec. 2010 + +Fixed: Fixed a small bug when building without indicator support. + ClipIt-v1.3.5-06122010001 - 06 Dec. 2010 + Added: Added support for "Application Indicator". + Fixed: Fixed a couple of typos and indentations. diff --git a/configure.in b/configure.in index 9d796b7..b14cb79 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Autoconf/automake. # ------------------------------------------------------------------------------- AC_PREREQ([2.5]) -AC_INIT([clipit], [1.3.5], [oss@web-tm.com]) +AC_INIT([clipit], [1.3.6], [oss@web-tm.com]) AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/main.c b/src/main.c index 416b841..8a3de3d 100644 --- a/src/main.c +++ b/src/main.c @@ -27,7 +27,9 @@ #include #include #include +#ifdef HAVE_APPINDICATOR #include +#endif #include "main.h" #include "utils.h" #include "history.h"