Skip to content

Commit

Permalink
Use the structure for time sources in GUI
Browse files Browse the repository at this point in the history
Modify GUI to work with TimeSourceData instead of strings.
  • Loading branch information
poncovka committed Jul 13, 2020
1 parent 8a10cee commit 15d2b2f
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 202 deletions.
4 changes: 4 additions & 0 deletions pyanaconda/ui/gui/spokes/datetime_spoke.glade
Expand Up @@ -87,6 +87,8 @@
<column type="gint"/>
<!-- column-name use -->
<column type="gboolean"/>
<!-- column-name object -->
<column type="PyObject"/>
</columns>
</object>
<object class="GtkDialog" id="ntpConfigDialog">
Expand Down Expand Up @@ -242,6 +244,8 @@
<object class="GtkCellRendererText" id="hostnameRenderer">
<property name="editable">True</property>
<signal name="edited" handler="on_server_edited" swapped="no"/>
<signal name="editing-started" handler="on_server_editing_started" swapped="no"/>
<signal name="editing-canceled" handler="on_server_editing_canceled" swapped="no"/>
</object>
<attributes>
<attribute name="text">0</attribute>
Expand Down

0 comments on commit 15d2b2f

Please sign in to comment.