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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user