[rhythmbox] status-icon: always show notifications when GNOME Shell is running
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] status-icon: always show notifications when GNOME Shell is running
- Date: Sat, 8 Jan 2011 12:04:16 +0000 (UTC)
commit c04e2ae3bdee456426bdf39e7f7cb462560898e3
Author: Jonathan Matthew <jonathan d14n org>
Date: Sat Jan 8 22:03:22 2011 +1000
status-icon: always show notifications when GNOME Shell is running
plugins/status-icon/rb-status-icon-plugin.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/plugins/status-icon/rb-status-icon-plugin.c b/plugins/status-icon/rb-status-icon-plugin.c
index 8832125..8ca0c88 100644
--- a/plugins/status-icon/rb-status-icon-plugin.c
+++ b/plugins/status-icon/rb-status-icon-plugin.c
@@ -563,6 +563,10 @@ should_notify (RBStatusIconPlugin *plugin)
{
gboolean visible;
+ if (plugin->priv->is_gnome_shell) {
+ return TRUE;
+ }
+
switch (plugin->priv->icon_mode) {
case ICON_NEVER:
case ICON_WITH_NOTIFY:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]