ssuominen    14/06/04 09:04:18

  Added:                uevt-2.3-vala-0.24.patch
  Log:
  Support >=dev-lang/vala-0.24.0 wrt #509512 by Alexandre Rostovtsev. Prefer 
sys-power/upower-pm-utils over sys-power/upower because that's the only way to 
get Hibernate and Suspend support in this version of UEvt. However, don't force 
it because the power management features are optional.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.1                  sys-apps/uevt/files/uevt-2.3-vala-0.24.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch?rev=1.1&content-type=text/plain

Index: uevt-2.3-vala-0.24.patch
===================================================================
http://bugs.gentoo.org/509512

--- src/uevt-notify.vala
+++ src/uevt-notify.vala
@@ -51,7 +51,7 @@
         if(notify != true)
             return;
 
-        Notification notif = new Notification(head, Markup.escape_text(body), 
icon);
+        Notify.Notification notif = new Notify.Notification(head, 
Markup.escape_text(body), icon);
 
         try {
             notif.show();




Reply via email to