ClipIt-v1.3.6-06122010002
+Fixed: Fixed a small bug when building without indicator support. Changes to be committed: modified: ChangeLog modified: configure.in modified: src/main.c
This commit is contained in:
parent
2ebb746355
commit
db4d7f79b7
@ -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.
|
||||
|
@ -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])
|
||||
|
@ -27,7 +27,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <gtk/gtk.h>
|
||||
#ifdef HAVE_APPINDICATOR
|
||||
#include <libappindicator/app-indicator.h>
|
||||
#endif
|
||||
#include "main.h"
|
||||
#include "utils.h"
|
||||
#include "history.h"
|
||||
|
Loading…
Reference in New Issue
Block a user