[rhythmbox] notification: use the right name for the action-icons capability
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] notification: use the right name for the action-icons capability
- Date: Thu, 2 Jun 2011 11:12:24 +0000 (UTC)
commit e0e5d06e3e3d2651639c0d0579635c3aa126dd4f
Author: Jonathan Matthew <jonathan d14n org>
Date: Thu Jun 2 21:12:07 2011 +1000
notification: use the right name for the action-icons capability
plugins/notification/rb-notification-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/notification/rb-notification-plugin.c b/plugins/notification/rb-notification-plugin.c
index 20248b3..0d1c271 100644
--- a/plugins/notification/rb-notification-plugin.c
+++ b/plugins/notification/rb-notification-plugin.c
@@ -144,7 +144,7 @@ do_notify (RBNotificationPlugin *plugin,
rb_debug ("notification server supports actions");
plugin->notify_supports_actions = TRUE;
- if (g_list_find_custom (caps, "x-gnome-icon-buttons", (GCompareFunc)g_strcmp0) != NULL) {
+ if (g_list_find_custom (caps, "action-icons", (GCompareFunc)g_strcmp0) != NULL) {
rb_debug ("notifiction server supports icon buttons");
plugin->notify_supports_icon_buttons = TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]