aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner
diff options
context:
space:
mode:
Diffstat (limited to 'embed/xulrunner')
-rw-r--r--embed/xulrunner/embed/mozilla-embed-single.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/xulrunner/embed/mozilla-embed-single.cpp b/embed/xulrunner/embed/mozilla-embed-single.cpp
index 437d656bf..d5c3974e2 100644
--- a/embed/xulrunner/embed/mozilla-embed-single.cpp
+++ b/embed/xulrunner/embed/mozilla-embed-single.cpp
@@ -511,7 +511,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",