blob: 9cb0917b180ffaf94aac31492063eda9413f8773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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();
|