1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Method for displaying preferences window.

This commit is contained in:
2006-11-30 11:38:59 +00:00
parent 652e68373f
commit affbe603cb

View File

@@ -362,7 +362,7 @@ from config import Config
import deviceHelper import deviceHelper
import filetypeHelper import filetypeHelper
import dialogs import dialogs
import prefs from preferences import Preferences
from files import fileObj from files import fileObj
_count=0 _count=0
@@ -426,9 +426,10 @@ class PyGTKtalog:
self.conf.save() self.conf.save()
return return
def preferences(self):
def preferences(self,widget):
return a = Preferences()
def doQuit(self, widget): def doQuit(self, widget):
"""quit and save window parameters to config file""" """quit and save window parameters to config file"""
try: try: