GNOME Bugzilla – Bug 678003
Fix compilation with newer versions of GLib
Last modified: 2012-06-13 15:37:26 UTC
.
Created attachment 216258 [details] [review] Fix compilation with newer versions of GLib GIO now contains a GMenuItem object type. src/MainWindow.vala:300.17-300.24: error: `MenuItem' is an ambiguous reference between `GLib.MenuItem' and `Gtk.MenuItem' MenuItem recentFileItem = (Gtk.MenuItem)builder.get_object("menubar_open_recent"); ^^^^^^^^
Many thanks! Patch committed.