Package: vala Version: 0.7.6-1 This bug seems to be fixed in Vala 0.7.6 (or earlier).
Test case, compile it with: valac bug.vala -o bug --pkg gtk+-2.0
using Gtk;
public static int main (string[] args) {
var win = new Gtk.Window (Gtk.WindowType.TOPLEVEL);
var dialog = new Gtk.MessageDialog (win, 0, Gtk.MessageType.INFO,
Gtk.ButtonsType.OK, "%s", "hi");
dialog.format_secondary_text ("%s", "test");
dialog.format_secondary_markup ("%s", "test");
return 0;
}
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.30-1-amd64
Debian Release: squeeze/sid
900 testing security.debian.org
900 testing mirror.switch.ch
800 unstable mirror.switch.ch
700 experimental mirror.switch.ch
--- Package information. ---
Depends (Version) | Installed
==============================-+-============
libc6 (>= 2.3) | 2.9-25
libglib2.0-0 (>= 2.16.0) | 2.22.0-1
libvala0 (= 0.7.6-1) | 0.7.6-1
libglib2.0-dev (>= 2.12.0) | 2.22.0-1
Package's Recommends field is empty.
Package's Suggests field is empty.
signature.asc
Description: OpenPGP digital signature

