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:
@@ -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):
|
|
||||||
|
|
||||||
return
|
def preferences(self,widget):
|
||||||
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user