aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2009-06-23 21:21:57 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2009-06-23 21:21:57 -0600
commit7980574192af81815a6369b492bb36f426869ab3 (patch)
tree34c67f84f8c9eb5bf50d7605ff2135ccb58b3a4a /uzbl.h
parentb1ae2b5ae4b201fc6971004aa4bb8910aeb8b42b (diff)
use notify::title instead of title-changed signal
fixes FS#35
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl.h b/uzbl.h
index ee9e693..c397821 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -271,7 +271,7 @@ static void
link_hover_cb (WebKitWebView* page, const gchar* title, const gchar* link, gpointer data);
static void
-title_change_cb (WebKitWebView* web_view, WebKitWebFrame* web_frame, const gchar* title, gpointer data);
+title_change_cb (WebKitWebView* web_view, GParamSpec param_spec);
static void
progress_change_cb (WebKitWebView* page, gint progress, gpointer data);