~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-window.vala

  • Committer: gue5t
  • Date: 2015-08-16 00:14:26 UTC
  • mto: This revision was merged to the branch mainline in revision 7022.
  • Revision ID: gue5t@midori.launchpad-20150816001426-t5ofu8mklahyv6uw
Add unit test to check appmenu/menubar visibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        public Window () {
67
67
        }
68
68
 
69
 
        Gtk.ToolItem? get_tool_item (string name) {
 
69
        public Gtk.ToolItem? get_tool_item (string name) {
70
70
            /* Name is the empty string if actions has ,, or trailing , */
71
71
            if (name == "")
72
72
                return null;