aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-18 14:04:26 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-06-14 00:04:03 +0800
commitb87566f46243257310b6d3b5e9b8fc25a0f6954d (patch)
tree248758652f757892e844d4fa8861ba5fc2d7ab45 /configure.ac
parent0569ded29dbab08462670e4780fb17ec5e4950ff (diff)
downloadgsoc2013-empathy-b87566f46243257310b6d3b5e9b8fc25a0f6954d.tar
gsoc2013-empathy-b87566f46243257310b6d3b5e9b8fc25a0f6954d.tar.gz
gsoc2013-empathy-b87566f46243257310b6d3b5e9b8fc25a0f6954d.tar.bz2
gsoc2013-empathy-b87566f46243257310b6d3b5e9b8fc25a0f6954d.tar.lz
gsoc2013-empathy-b87566f46243257310b6d3b5e9b8fc25a0f6954d.tar.xz
gsoc2013-empathy-b87566f46243257310b6d3b5e9b8fc25a0f6954d.tar.zst
gsoc2013-empathy-b87566f46243257310b6d3b5e9b8fc25a0f6954d.zip
[theme-adium] implement edit_message()
This is done via DOM manipulation, we find the id for the <span> tag we wrapped the message in in the previous commit. We then replace the innerHTML with the new message. This requires a version of WebKitGtk 1.3.x, but I'm not precisely sure what. I used WebKitGtk 1.4.0, but natty only has 1.3.13, so we'll try setting that as the dep. Need to somehow mark a message as edited. Could set a class on it, but that requires support in the theme. Need inspiration here.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 62bed375c..c7053d89a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ LIBCHAMPLAIN_GTK_REQUIRED=0.7.1
LIBCHAMPLAIN_REQUIRED=0.9
NAUTILUS_SENDTO_REQUIRED=2.90.0
NETWORK_MANAGER_REQUIRED=0.7.0
-WEBKIT_REQUIRED=1.3.2
+WEBKIT_REQUIRED=1.3.13
GNOME_CONTROL_CENTER_REQUIRED=2.31.4
# Use --enable-maintainer-mode to disable deprecated symbols,