* src/gramps.glade: Correct tooltips.
* src/GrampsCfg.py: Enable using four toolbar styles as well as the gnome default style. * src/preferences.glade: Add a title for the tree. HIGify toolbar styles. * src/gramps_main.py (pref_callback): Set toolbar style from prefs. svn: r2259
This commit is contained in:
@@ -171,6 +171,8 @@ class Gramps:
|
||||
def pref_callback(self,val):
|
||||
self.family_view.init_interface()
|
||||
self.update_display(val)
|
||||
self.toolbar.set_style(GrampsCfg.toolbar)
|
||||
|
||||
|
||||
def init_interface(self):
|
||||
"""Initializes the GLADE interface, and gets references to the
|
||||
|
||||
Reference in New Issue
Block a user