all repos — tint2 @ b8a47667734a8c61d89a0af7097966e1702b372d

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

Disable startup notification support until we fix the deadlock from issue 471

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

b8a47667734a8c61d89a0af7097966e1702b372d

parent

a8600a598bcdbb66274bb45219b5fb02ad16758b

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

jump to
M CMakeLists.txtCMakeLists.txt

@@ -5,7 +5,7 @@ option( ENABLE_BATTERY "Enable battery status plugin" ON )

option( ENABLE_TINT2CONF "Enable tint2conf build, a GTK+2 theme configurator for tint2" ON ) option( ENABLE_EXAMPLES "Install additional tin2rc examples" OFF ) option( ENABLE_RSVG "Rsvg support (launcher only)" ON ) -option( ENABLE_SN "Startup notification support" ON ) +option( ENABLE_SN "Startup notification support" OFF ) include( FindPkgConfig ) include( CheckLibraryExists )