[gnome-shell] messageTray: make this visible in fullscreen mode
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] messageTray: make this visible in fullscreen mode
- Date: Fri, 17 Jun 2011 12:58:04 +0000 (UTC)
commit b846354787b5d808b9cb0256ad7e55690d9cc71d
Author: Dan Winship <danw gnome org>
Date: Thu Apr 29 13:14:52 2010 -0400
messageTray: make this visible in fullscreen mode
https://bugzilla.gnome.org/show_bug.cgi?id=608667
js/ui/messageTray.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index c9ca0fc..b0a6ba0 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1252,7 +1252,8 @@ MessageTray.prototype = {
this._reNotifyAfterHideNotification = null;
Main.chrome.addActor(this.actor, { affectsStruts: false,
- visibleInOverview: true });
+ visibleInOverview: true,
+ visibleInFullscreen: true });
Main.chrome.trackActor(this._notificationBin);
Main.chrome.trackActor(this._summaryBoxPointer.actor);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]