Modified startup notification logic to prevent deadlock in issue 471

git-svn-id: http://tint2.googlecode.com/svn/trunk@735 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-03-20 22:49:13 +00:00
committed by mrovi9000@gmail.com
parent f6b78ad094
commit a2de8d6e53
2 changed files with 161 additions and 123 deletions

View File

@@ -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" OFF )
option( ENABLE_SN "Startup notification support" ON )
include( FindPkgConfig )
include( CheckLibraryExists )