@codebrainz commented on this pull request.
In multiterm/src/context-menu.vala:
> @@ -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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.