From 9625128aa4f5b87c731cfa06ba646f4ce8b3fc66 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 21 Oct 2012 08:56:45 +0000 Subject: [PATCH] --- NEWS | 11 +++++++++++ config.status | 6 +++--- po/Makefile.in | 2 +- src/glade/gtask.glade | 6 ++++-- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index e69de29..ed8cdc1 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,11 @@ +What's New +========== + +v0.0.2 +------ + * added refresh keyboard shortcut (ALT-r). + * added new task keyboard shortcut (ALT-n). + +v0.0.1 +------ + * Initial release diff --git a/config.status b/config.status index 0f8a53c..5adf104 100755 --- a/config.status +++ b/config.status @@ -422,7 +422,7 @@ $config_commands Report bugs to . gtask home page: ." -ac_cs_config="" +ac_cs_config="'--prefix=/tmp/p'" ac_cs_version="\ gtask config.status 0.0.x configured by ./configure, generated by GNU Autoconf 2.69, @@ -503,7 +503,7 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion + set X /bin/bash './configure' '--prefix=/tmp/p' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 CONFIG_SHELL='/bin/bash' @@ -727,7 +727,7 @@ S["libexecdir"]="${exec_prefix}/libexec" S["sbindir"]="${exec_prefix}/sbin" S["bindir"]="${exec_prefix}/bin" S["program_transform_name"]="s,x,x," -S["prefix"]="/usr/local" +S["prefix"]="/tmp/p" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="http://wpitchoune.net/gtask" S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com" diff --git a/po/Makefile.in b/po/Makefile.in index ae9ec24..b93dffa 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /usr/local +prefix = /tmp/p exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} diff --git a/src/glade/gtask.glade b/src/glade/gtask.glade index f4d8379..ba6dd09 100644 --- a/src/glade/gtask.glade +++ b/src/glade/gtask.glade @@ -174,10 +174,11 @@ start - Refresh + gtk-refresh True True True + True @@ -188,10 +189,11 @@ - New Task + gtk-new True True True + True -- 2.7.4