chiark / gitweb /
main: log to the console in a container
[elogind.git] / src / gnome-ask-password-agent.vala
index 1d3b71566353aa34b8018272213ed422592dd6bd..4f89a3e6d8bb8f1c70052fe32b12736e82e03110 100644 (file)
@@ -239,7 +239,7 @@ public class MyStatusIcon : StatusIcon {
                                         null);
 
                         OutputStream stream = new UnixOutputStream(to_process, true);
-#if LIBNOTIFY07
+#if VALA_0_12
                         stream.write(password.data, null);
 #else
                         stream.write(password, password.length, null);