Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 412970 Details for
Bug 561550
gnome-extra/cinnamon-2.6.13: notifications are broken in cinnamon
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixing broken notifications patch.
cinnamon-2.6.13-notification-fix.patch (text/plain), 999 bytes, created by
Garry Filakhtov
on 2015-09-26 09:42:12 UTC
(
hide
)
Description:
Fixing broken notifications patch.
Filename:
MIME Type:
Creator:
Garry Filakhtov
Created:
2015-09-26 09:42:12 UTC
Size:
999 bytes
patch
obsolete
>diff --git a/a/js/ui/messageTray.js b/b/js/ui/messageTray.js >index 181b9d2..cc18989 100644 >--- a/a/js/ui/messageTray.js >+++ b/b/js/ui/messageTray.js >@@ -446,7 +446,6 @@ Notification.prototype = { > this._imageBin = null; > this._timestamp = new Date(); > this._inNotificationBin = false; >- this.dateFormat = _("%l:%M %p"); > > this.enter_id = 0; > this.leave_id = 0; >@@ -588,7 +587,7 @@ Notification.prototype = { > this.title = title; > title = title ? _fixMarkup(title.replace(/\n/g, ' '), params.titleMarkup) : ''; > this._titleLabel.clutter_text.set_markup('<b>' + title + '</b>'); >- this._timeLabel.clutter_text.set_markup(this._timestamp.toLocaleTimeString(this.dateFormat)); >+ this._timeLabel.clutter_text.set_markup(this._timestamp.toLocaleTimeString()); > this._timeLabel.hide(); > if (Pango.find_base_dir(title, -1) == Pango.Direction.RTL) > this._titleDirection = St.TextDirection.RTL;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 561550
: 412970