aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-05-16 13:16:09 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-05-16 13:16:09 -0400
commit3bb0ddc6679d4e8682b681845d4297cf73b93344 (patch)
treee75b93a6f8e2c37ae850619381261c3bd5635459 /src/ui.hh
parent1436c193233f3fb38b8c9f3fb9c8091e370a0738 (diff)
Fix: don't update window title for background tabs
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index b874e452..f77c6f6d 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -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();