Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-file-monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-file-monitor.c')
-rw-r--r--shell/ev-file-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-file-monitor.c b/shell/ev-file-monitor.c
index 3db0e78..2b06d34 100644
--- a/shell/ev-file-monitor.c
+++ b/shell/ev-file-monitor.c
@@ -155,7 +155,7 @@ ev_file_monitor_new (const gchar *uri)
file = g_file_new_for_uri (uri);
ev_monitor->priv->monitor = g_file_monitor_file (file, G_FILE_MONITOR_NONE, NULL, &error);
if (ev_monitor->priv->monitor) {
- g_signal_connect (G_OBJECT (ev_monitor->priv->monitor), "changed",
+ g_signal_connect (ev_monitor->priv->monitor, "changed",
G_CALLBACK (ev_file_monitor_changed_cb), ev_monitor);
} else if (error) {
g_warning ("%s", error->message);