[meld/VersionControlRework: 97/123] vcview: No need to set headers visible; they are by default



commit ae132f333ccaaac538ffb29f1587a1a9684f0f08
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Apr 11 10:11:32 2015 +1000

    vcview: No need to set headers visible; they are by default

 meld/vcview.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meld/vcview.py b/meld/vcview.py
index 57dfbef..afa4430 100644
--- a/meld/vcview.py
+++ b/meld/vcview.py
@@ -180,7 +180,6 @@ class VcView(melddoc.MeldDoc, gnomeglade.Component):
         self.treeview.set_model(self.model)
         self.treeview.get_selection().connect(
             "changed", self.on_treeview_selection_changed)
-        self.treeview.set_headers_visible(1)
         self.treeview.set_search_equal_func(
             self.model.treeview_search_cb, None)
         self.current_path, self.prev_path, self.next_path = None, None, None


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]