diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-05-16 13:16:09 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-05-16 13:16:09 -0400 |
commit | 3bb0ddc6679d4e8682b681845d4297cf73b93344 (patch) | |
tree | e75b93a6f8e2c37ae850619381261c3bd5635459 /src/ui.hh | |
parent | 1436c193233f3fb38b8c9f3fb9c8091e370a0738 (diff) |
Fix: don't update window title for background tabs
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ public: void set_img_prog(int n_img, int t_img, int cmd); void set_bug_prog(int n_bug); void set_render_layout(Widget &nw); - void set_page_title(const char *label); + void set_tab_title(const char *label); void customize(int flags); void button_set_sens(UIButton btn, int sens); void paste_url(); |