mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-28 02:31:51 -07:00
X.H.StatusBar: Fix misleading doc comment about encodeString
This isn't true since63e31ccd8d
, `xmonadPropLog'` does the encoding now and accepts a normal Haskell String now. Fixes:63e31ccd8d
("X.H.DynamicLog: Move UTF8 encoding from dynamicLogString to xmonadPropLog'")
This commit is contained in:
@@ -488,8 +488,7 @@ xmonadPropLog :: String -> X ()
|
|||||||
xmonadPropLog = xmonadPropLog' xmonadDefProp
|
xmonadPropLog = xmonadPropLog' xmonadDefProp
|
||||||
|
|
||||||
-- | Write a string to a property on the root window. This property is of type
|
-- | Write a string to a property on the root window. This property is of type
|
||||||
-- @UTF8_STRING@. The string must have been processed by 'encodeString'
|
-- @UTF8_STRING@.
|
||||||
-- ('dynamicLogString' does this).
|
|
||||||
xmonadPropLog' :: String -- ^ Property name
|
xmonadPropLog' :: String -- ^ Property name
|
||||||
-> String -- ^ Message to be written to the property
|
-> String -- ^ Message to be written to the property
|
||||||
-> X ()
|
-> X ()
|
||||||
|
Reference in New Issue
Block a user