# # # patch "view.ml" # from [3bebbdc77835caaaeaac35f5668ba26a8bca06f4] # to [50051d16bb931f1cc3012ad29e3256b5875e3898] # ============================================================ --- view.ml 3bebbdc77835caaaeaac35f5668ba26a8bca06f4 +++ view.ml 50051d16bb931f1cc3012ad29e3256b5875e3898 @@ -465,7 +465,7 @@ module Branch_selector = struct let r = GTree.cell_renderer_text [`XALIGN 1.] in vc#pack r ; vc#add_attribute r "text" count_column ; - vc#add_attribute r "visible" count_column ; + vc#add_attribute r "visible" vis_column ; ignore (view#append_column vc) end ;