Skip to content

Commit

Permalink
bind with sync create
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Sep 7, 2023
1 parent dbf25fe commit e2d9385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CaptiveLogin.vala
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class CaptiveLogin : Hdy.ApplicationWindow {

show_all ();

webview.bind_property ("title", tabpage, "title");
webview.bind_property ("title", tabpage, "title", SYNC_CREATE);

webview.notify["title"].connect ((view, param_spec) => {
if (tabpage == tabview.get_selected_page ()) {
Expand Down

0 comments on commit e2d9385

Please sign in to comment.