1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +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 filetypeHelper
import dialogs
import prefs
from preferences import Preferences
from files import fileObj
_count=0
@@ -426,9 +426,10 @@ class PyGTKtalog:
self.conf.save()
return
def preferences(self):
return
def preferences(self,widget):
a = Preferences()
def doQuit(self, widget):
"""quit and save window parameters to config file"""
try: