all repos — tint2 @ f4867f9366beab6c75e7cb9c35110cba5d040b1e

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

change version to 0.8

git-svn-id: http://tint2.googlecode.com/svn/trunk@287 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
thilor77 thilor77@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

f4867f9366beab6c75e7cb9c35110cba5d040b1e

parent

05ac66a6e07ea604688f6f6dc24fccb22b7e7a9d

3 files changed, 3 insertions(+), 5 deletions(-)

jump to
M READMEREADME

@@ -3,9 +3,7 @@ execute "tint2"

or "tint2 -c path_to_config_file" -documentation is in /doc - -check http://code.google.com/p/tint2/ +check http://code.google.com/p/tint2/ for latest release, documentation and sample config file.
M configure.acconfigure.ac

@@ -1,7 +1,7 @@

# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([tint2], [0.7.9-svn], [http://code.google.com/p/tint2/issues]) +AC_INIT([tint2], [0.8], [http://code.google.com/p/tint2/issues]) AM_INIT_AUTOMAKE
M src/tint.csrc/tint.c

@@ -58,7 +58,7 @@ printf("Usage: tint2 [-c] <config_file>\n");

exit(0); } if (!strcmp(argv[i], "-v") || !strcmp(argv[i], "--version")) { - printf("tint2 version 0.7.svn\n"); + printf("tint2 version 0.8\n"); exit(0); } if (!strcmp(argv[i], "-c")) {