/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/__init__.py

  • Committer: Jasper Groenewegen
  • Date: 2008-08-04 21:38:05 UTC
  • mfrom: (592.3.1 bookmarkrefresh)
  • Revision ID: colbrac@xs4all.nl-20080804213805-9xzlwitgb1zjl1r8
Merge tweak for Olive bookmark list refresh

Show diffs side-by-side

added added

removed removed

Lines of Context:
941
941
        for title_item in bookmarks:
942
942
            liststore.append(title_item)
943
943
        
944
 
        # Add the ListStore to the TreeView
 
944
        # Add the ListStore to the TreeView and refresh column width
945
945
        self.window.treeview_left.set_model(liststore)
 
946
        self.window.treeview_left.columns_autosize()
946
947
 
947
948
    def refresh_right(self):
948
949
        """ Refresh the file list. """