- 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
13 lines
380 B
Vala
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) {
|
|
}
|
|
|
|
/*
|