[rhythmbox] status-icon: capitalize the app name passed to notify_init



commit c32cdd647d8511c48be5f0b8daa1d3402fdfe62f
Author: Matt Novenstern <fisxoj gmail com>
Date:   Fri Oct 1 22:34:49 2010 +1000

    status-icon: capitalize the app name passed to notify_init

 plugins/status-icon/rb-status-icon-plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/status-icon/rb-status-icon-plugin.c b/plugins/status-icon/rb-status-icon-plugin.c
index d471837..73472ae 100644
--- a/plugins/status-icon/rb-status-icon-plugin.c
+++ b/plugins/status-icon/rb-status-icon-plugin.c
@@ -59,7 +59,7 @@
 #define TRAY_ICON_DEFAULT_TOOLTIP _("Music Player")
 
 #define TOOLTIP_IMAGE_BORDER_WIDTH	1
-#define PLAYING_ENTRY_NOTIFY_TIME 	4
+#define PLAYING_ENTRY_NOTIFY_TIME	4
 
 #define CONF_PLUGIN_SETTINGS	"/apps/rhythmbox/plugins/status-icon"
 #define CONF_NOTIFICATION_MODE	CONF_PLUGIN_SETTINGS "/notification-mode"
@@ -383,7 +383,7 @@ do_notify (RBStatusIconPlugin *plugin,
 	if (notify_is_initted () == FALSE) {
 		GList *caps;
 
-		if (notify_init ("rhythmbox") == FALSE) {
+		if (notify_init ("Rhythmbox") == FALSE) {
 			g_warning ("libnotify initialization failed");
 			return;
 		}



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