mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-11 05:24:55 -05:00
uiutil: Clarify a few ambiguous function names
This commit is contained in:
@@ -89,12 +89,12 @@ class vmmCreatePool(vmmGObjectUI):
|
||||
type_list = self.widget("pool-type")
|
||||
type_model = Gtk.ListStore(str, str)
|
||||
type_list.set_model(type_model)
|
||||
uiutil.set_combo_text_column(type_list, 1)
|
||||
uiutil.init_combo_text_column(type_list, 1)
|
||||
|
||||
format_list = self.widget("pool-format")
|
||||
format_model = Gtk.ListStore(str, str)
|
||||
format_list.set_model(format_model)
|
||||
uiutil.set_combo_text_column(format_list, 1)
|
||||
uiutil.init_combo_text_column(format_list, 1)
|
||||
|
||||
# Target path combo box entry
|
||||
target_list = self.widget("pool-target-path")
|
||||
|
||||
Reference in New Issue
Block a user