mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-18 12:00:21 +01:00
* Added confirmation dialog for deleting elements.
This commit is contained in:
@@ -54,6 +54,7 @@ class ConfigModel(Model):
|
||||
'confirmabandon':True,
|
||||
'showtoolbar':True,
|
||||
'showstatusbar':True,
|
||||
'delwarn':True,
|
||||
}
|
||||
|
||||
dictconf = {
|
||||
@@ -70,6 +71,7 @@ class ConfigModel(Model):
|
||||
"image support":"pil",
|
||||
'confirm quit':'confirmquit',
|
||||
'warn mount/umount errors':'mntwarn',
|
||||
'warn on delete':'delwarn',
|
||||
'confirm abandon current catalog':'confirmabandon',
|
||||
'show toolbar':'showtoolbar',
|
||||
'show statusbar and progress bar':'showstatusbar',
|
||||
@@ -85,6 +87,7 @@ class ConfigModel(Model):
|
||||
'exif',
|
||||
'confirmquit',
|
||||
'mntwarn',
|
||||
'delwarn',
|
||||
'confirmabandon',
|
||||
'showtoolbar',
|
||||
'showstatusbar',
|
||||
|
||||
Reference in New Issue
Block a user