[gnome-shell] Bug 580528 – The panel should show today's date



commit 81b3f7cf44872fc959a13c015b833445d818b6ab
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Tue Apr 28 17:29:53 2009 -0400

    Bug 580528 â?? The panel should show today's date
    
    Show the date in the panel so that it looks more polished.
    
    Suggested by Josh Adams.
---
 js/ui/panel.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/ui/panel.js b/js/ui/panel.js
index ccb67f7..90fd713 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -246,7 +246,7 @@ Panel.prototype = {
             display_date.setMinutes(display_date.getMinutes() + 1);
             msec_remaining += 60000;
         }
-        this._clock.set_text(display_date.toLocaleFormat("%H:%M"));
+        this._clock.set_text(display_date.toLocaleFormat("%a %b %e, %l:%M %p"));
         Mainloop.timeout_add(msec_remaining, function() {
             me._updateClock();
             return false;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]