mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 15:18:11 +00:00
Fix bug in the setup wizard
Prevent the user to go next until its account is validated while a new account has been created
This commit is contained in:
parent
2c2f6f2eaf
commit
a6af82fc86
1 changed files with 3 additions and 1 deletions
|
|
@ -28,6 +28,9 @@
|
|||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="page0">
|
||||
<property name="visible">True</property>
|
||||
|
|
@ -715,7 +718,6 @@ Please go back and try again.</property>
|
|||
</object>
|
||||
<packing>
|
||||
<property name="title" translatable="yes">Error</property>
|
||||
<property name="complete">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue