aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@src.gnome.org>2008-01-15 04:26:23 +0800
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-01-15 04:26:23 +0800
commitfb8e45c04b50563e4b3a752af8b357925dd1b83b (patch)
tree17c27b6cfa32bf5160acd3d8f178c981ad31fb4b /embed/mozilla
parentbf67cfd6ac01107cd4d400a604ccd76b41dfb48e (diff)
downloadgsoc2013-epiphany-fb8e45c04b50563e4b3a752af8b357925dd1b83b.tar
gsoc2013-epiphany-fb8e45c04b50563e4b3a752af8b357925dd1b83b.tar.gz
gsoc2013-epiphany-fb8e45c04b50563e4b3a752af8b357925dd1b83b.tar.bz2
gsoc2013-epiphany-fb8e45c04b50563e4b3a752af8b357925dd1b83b.tar.lz
gsoc2013-epiphany-fb8e45c04b50563e4b3a752af8b357925dd1b83b.tar.xz
gsoc2013-epiphany-fb8e45c04b50563e4b3a752af8b357925dd1b83b.tar.zst
gsoc2013-epiphany-fb8e45c04b50563e4b3a752af8b357925dd1b83b.zip
Update to new glib 2.15.2 API, bump glib dep and remove a
remaining gnome-vfs bit from configure.ac. svn path=/trunk/; revision=7864
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 05f081fac..79b513c29 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -516,7 +516,8 @@ user_css_enabled_notify (GConfClient *client,
g_assert (priv->user_css_file_monitor == NULL);
priv->user_css_file_monitor =
g_file_monitor_file (file,
- G_FILE_MONITOR_NONE, NULL);
+ G_FILE_MONITOR_NONE,
+ NULL, NULL);
g_file_monitor_set_rate_limit (priv->user_css_file_monitor,
USER_CSS_LOAD_DELAY);
g_signal_connect (priv->user_css_file_monitor, "changed",