Edit/New Place Dialogs now have titles
This commit is contained in:
parent
0294a20d5c
commit
a3cac14c8c
@ -264,6 +264,7 @@ class mintMenuConfig( object ):
|
|||||||
return
|
return
|
||||||
|
|
||||||
def newPlace(self, newButton):
|
def newPlace(self, newButton):
|
||||||
|
self.editPlaceDialog.set_title("New Place")
|
||||||
self.editPlaceName.set_text("")
|
self.editPlaceName.set_text("")
|
||||||
self.editPlacePath.set_text("")
|
self.editPlacePath.set_text("")
|
||||||
response = self.editPlaceDialog.run()
|
response = self.editPlaceDialog.run()
|
||||||
@ -275,6 +276,7 @@ class mintMenuConfig( object ):
|
|||||||
self.updatePlacesGconf()
|
self.updatePlacesGconf()
|
||||||
|
|
||||||
def editPlace(self, editButton):
|
def editPlace(self, editButton):
|
||||||
|
self.editPlaceDialog.set_title("Edit Place")
|
||||||
treeselection = self.customplacestree.get_selection()
|
treeselection = self.customplacestree.get_selection()
|
||||||
currentiter = (treeselection.get_selected())[1]
|
currentiter = (treeselection.get_selected())[1]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user