all repos — tint2 @ 890262073a49b4a1e821012c537828eb5a1fca5c

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

fixed issue 188

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

890262073a49b4a1e821012c537828eb5a1fca5c

parent

c78d7fa595d1d83be791df774f83893722ca2c66

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/tint2conf/Makefile.amsrc/tint2conf/Makefile.am

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

if ENABLE_TINT2CONF bin_PROGRAMS = tint2conf dist_bin_SCRIPTS = tintwizard.py -tint2conf_SOURCES = main.c theme_view.c ../util/common.c +tint2conf_SOURCES = main.c theme_view.c theme_view.h ../util/common.c INCLUDES = -I../util AM_CFLAGS += @TINT2CONF_CFLAGS@