From 3bb0ddc6679d4e8682b681845d4297cf73b93344 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Sat, 16 May 2009 13:16:09 -0400 Subject: Fix: don't update window title for background tabs --- src/ui.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.hh') 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(); -- cgit v1.2.3