ClipIt-v1.2.4-12112010001
+ Fixed: Fixed 2 small omitions from previous changes. Changes to be committed: modified: ChangeLog modified: configure.in modified: src/history.c modified: src/main.c
This commit is contained in:
parent
80f9e3d4f9
commit
c794481dae
@ -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.
|
||||
|
@ -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])
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <string.h>
|
||||
#include "main.h"
|
||||
#include "utils.h"
|
||||
#include "history.h"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user