Rename ui files to match source file names

This commit is contained in:
Cole Robinson
2013-09-22 16:10:16 -04:00
parent ba3ce7afb3
commit d338bce329
38 changed files with 19 additions and 26 deletions

View File

@@ -55,7 +55,7 @@ def _snapshot_state_icon_name(state):
class vmmSnapshotPage(vmmGObjectUI):
def __init__(self, vm, builder, topwin):
vmmGObjectUI.__init__(self, "vmm-snapshots.ui",
vmmGObjectUI.__init__(self, "snapshots.ui",
None, builder=builder, topwin=topwin)
self.vm = vm