X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fgnome-ask-password-agent.vala;h=4f89a3e6d8bb8f1c70052fe32b12736e82e03110;hp=1d3b71566353aa34b8018272213ed422592dd6bd;hb=f9b9232be9db82cc729a56a2e99ecb27be546aac;hpb=e8bf3c88e3a80b791cee3c6207a36e82a2ac1029 diff --git a/src/gnome-ask-password-agent.vala b/src/gnome-ask-password-agent.vala index 1d3b71566..4f89a3e6d 100644 --- a/src/gnome-ask-password-agent.vala +++ b/src/gnome-ask-password-agent.vala @@ -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);