Country selection is now saved, so city list can be filtered

This commit is contained in:
2014-08-23 13:40:29 +02:00
parent 45ba859582
commit 9c96e61308
2 changed files with 66 additions and 14 deletions

View File

@@ -137,9 +137,10 @@
</columns>
</object>
<object class="GtkEntryCompletion" id="country_comp">
<signal name="match-selected" handler="ag_window_country_selected_callback" swapped="no"/>
<property name="inline_completion">True</property>
</object>
<object class="GtkEntryCompletion" id="city_comp">
<property name="inline_completion">True</property>
</object>
<template class="AgWindow" parent="GtkApplicationWindow">
<property name="can_focus">False</property>