codebrainz commented on this pull request.
@@ -68,6 +68,20 @@ namespace MultiTerm
item.show(); }
+ private Gtk.MenuItem add_image_menu_item(string label_text, string icon_name)
I guess this should be guarded with `#if MULTITERM_GTK3` too? IIRC Vala compiler warns about unused private functions.