rpms/rhythmbox/devel rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch, 1.2, 1.3

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Nov 9 12:09:16 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2874

Modified Files:
	rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch 
Log Message:
- Fix application of the notification escaping patch


rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch:

Index: rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch	29 Oct 2007 13:39:37 -0000	1.2
+++ rhythmbox-0.11.2-dont-escape-primary-in-notifications.patch	9 Nov 2007 12:09:09 -0000	1.3
@@ -43,10 +43,10 @@
  
  	if (title != NULL)
  		shell->priv->cached_notify_primary = title;
-Index: shell/rb-shell.c
+Index: rb-shell.c
 ===================================================================
---- shell/rb-shell.c	(revision 5414)
-+++ shell/rb-shell.c	(working copy)
+--- rb-shell.c	(revision 5414)
++++ rb-shell.c	(working copy)
 @@ -1964,7 +1964,7 @@
  
  	rb_shell_notify_playing_entry (shell, entry, FALSE);
@@ -65,10 +65,10 @@
  	rb_shell_update_tray_tooltip_elapsed (shell);
  	
  	if (entry)
-Index: shell/rb-tray-icon.c
+Index: rb-tray-icon.c
 ===================================================================
---- shell/rb-tray-icon.c	(revision 5414)
-+++ shell/rb-tray-icon.c	(working copy)
+--- rb-tray-icon.c	(revision 5414)
++++ rb-tray-icon.c	(working copy)
 @@ -640,16 +640,16 @@
  }
  
@@ -92,10 +92,10 @@
  
  	if (icon->priv->tooltip_unhide_id > 0)
  		g_source_remove (icon->priv->tooltip_unhide_id);
-Index: shell/rb-tray-icon.h
+Index: rb-tray-icon.h
 ===================================================================
---- shell/rb-tray-icon.h	(revision 5414)
-+++ shell/rb-tray-icon.h	(working copy)
+--- rb-tray-icon.h	(revision 5414)
++++ rb-tray-icon.h	(working copy)
 @@ -66,7 +66,7 @@
  
  void                    rb_tray_icon_cancel_notify (RBTrayIcon *icon);




More information about the fedora-extras-commits mailing list