From: Michael Orlitzky Date: Sat, 26 Feb 2011 21:36:32 +0000 (-0500) Subject: Move the FILENAME_MAX todo item into the "whenever" category, because that's when... X-Git-Tag: v0.0.7~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=1ad805747e0cbcf9884ddb5e1d8bbf839b5ba8cc Move the FILENAME_MAX todo item into the "whenever" category, because that's when it's going to get done. --- diff --git a/TODO b/TODO index 37d6b95..9c0b458 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,8 @@ -v0.0.6 ------- -Replace FILENAME_MAX with something that won't cause problems on -Unices without path length limits. - Whenever -------- The status determination (on, off, error) should really be the responsibility of the HDAPS code. Currently, the plugin handles all of the "on" states. An HdapsState structure might be appropriate. + +Replace FILENAME_MAX with something that won't cause problems on +Unices without path length limits.