freebsd-ports/audio/xfmpc/files/patch-src_extended-interface.vala
Olivier Duchateau bcd2a6a363 - Fix crash (use new GLib threads) [1]
- Unbreak build with Vala 0.26 (there are lot of warnings, because Xfmpc still
uses Gtk2 code, deprecated since Vala 0.17.5)
- Bump PORTREVISION

PR:		195629 [1]
Submitted by:	Akhmichin Andrey
2015-01-10 16:31:39 +00:00

13 lines
380 B
Vala

Fix ambiguity between GLib.Menu and Gtk.Menu (bug #8922)
--- src/extended-interface.vala.orig 2011-10-23 13:55:52 UTC
+++ src/extended-interface.vala
@@ -197,7 +197,7 @@ namespace Xfmpc {
this.context_menu.show_all ();
}
- private void menu_detach (Widget attach_widget, Menu menu) {
+ private void menu_detach (Gtk.Widget attach_widget, Gtk.Menu menu) {
}
/*