|
|
|
@ -223,13 +223,13 @@ class KdeApp(KMainWindow):
|
|
|
|
|
|
|
|
|
|
def optionsConfigureToolbars(self):
|
|
|
|
|
# use the standard toolbar editor
|
|
|
|
|
self.saveMainWindowSettings(KGlobal.config())
|
|
|
|
|
self.saveMainWindowSettings(TDEGlobal.config())
|
|
|
|
|
|
|
|
|
|
def newToolbarConfig(self):
|
|
|
|
|
# this slot is called when user clicks "Ok" or "Apply" in the toolbar editor.
|
|
|
|
|
# recreate our GUI, and re-apply the settings (e.g. "text under icons", etc.)
|
|
|
|
|
self.createGUI()
|
|
|
|
|
self.applyMainWindowSettings(KGlobal.config())
|
|
|
|
|
self.applyMainWindowSettings(TDEGlobal.config())
|
|
|
|
|
|
|
|
|
|
def changeStatusbar(self,text):
|
|
|
|
|
# display the text on the statusbar
|
|
|
|
|