ClipIt-v1.2.4-12112010001

+ Fixed: Fixed 2 small omitions from previous changes.
This commit is contained in:
Cristian Henzel 2010-11-12 08:29:02 +02:00 committed by Cristian Henzel
parent 8aefc7cdf6
commit 439b72cedd
4 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,6 @@
ClipIt-v1.2.4-12112010001 - 12 Nov. 2010
+ Fixed: Fixed 2 small omitions from previous changes.
ClipIt-v1.2.3-11112010002 - 11 Nov. 2010
+ Fixed: Fixed the manpage so it now aligns to the conventions for
writing Linux man pages.

View File

@ -2,7 +2,7 @@
# Autoconf/automake.
# -------------------------------------------------------------------------------
AC_PREREQ([2.5])
AC_INIT([clipit], [1.2.3], [oss@web-tm.com])
AC_INIT([clipit], [1.2.4], [oss@web-tm.com])
AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -21,6 +21,7 @@
#include <glib.h>
#include <gtk/gtk.h>
#include <string.h>
#include "main.h"
#include "utils.h"
#include "history.h"

View File

@ -48,13 +48,12 @@ static gboolean actions_lock = FALSE;
/* Init preferences structure */
prefs_t prefs = {DEF_USE_COPY, DEF_USE_PRIMARY, DEF_SYNCHRONIZE,
DEF_SHOW_INDEXES, DEF_SAVE_HISTORY, DEF_HISTORY_LIMIT,
DEF_SMALL_HISTORY, DEF_HISTORY_SMALL,
DEF_SHOW_INDEXES, DEF_SAVE_URIS DEF_SAVE_HISTORY,
DEF_HISTORY_LIMIT, DEF_SMALL_HISTORY, DEF_HISTORY_SMALL,
DEF_HYPERLINKS_ONLY, DEF_CONFIRM_CLEAR, DEF_FULL_HIST_BUTTON,
DEF_SINGLE_LINE, DEF_REVERSE_HISTORY, DEF_ITEM_LENGTH,
DEF_ELLIPSIZE,
INIT_HISTORY_KEY, INIT_ACTIONS_KEY, INIT_MENU_KEY,
INIT_SEARCH_KEY, DEF_NO_ICON};
DEF_ELLIPSIZE, INIT_HISTORY_KEY, INIT_ACTIONS_KEY,
INIT_MENU_KEY, INIT_SEARCH_KEY, DEF_NO_ICON};
/* Called every CHECK_INTERVAL seconds to check for new items */
static gboolean