[Xfce4-commits] [xfce/xfce4-panel] 02/03: clock: Add back hour:min to format presets (Bug #16035)

noreply at xfce.org noreply at xfce.org
Sat Nov 9 23:23:27 CET 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit e8c6fc408d0c0e750420633c8424498c9439cc17
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Nov 9 23:19:03 2019 +0100

    clock: Add back hour:min to format presets (Bug #16035)
    
    Previously it used to be %R, which adds leading zeros to the hours, but
    it was dropped shortly before 4.14.
    https://git.xfce.org/xfce/xfce4-panel/commit?id=2c69eeb88871829d165b480d8ad9b6a704e09568
---
 plugins/clock/clock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/clock/clock.c b/plugins/clock/clock.c
index c05f143..0b4b886 100644
--- a/plugins/clock/clock.c
+++ b/plugins/clock/clock.c
@@ -181,6 +181,7 @@ static const gchar *digital_formats[] =
   "%T",
   "%r",
   "%I:%M %p",
+  "%_H:%M",
   NULL
 };
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list