summaryrefslogtreecommitdiff
path: root/thunar/thunar-file-monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-file-monitor.c')
-rw-r--r--thunar/thunar-file-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-file-monitor.c b/thunar/thunar-file-monitor.c
index 9c885c6f..b715c6f9 100644
--- a/thunar/thunar-file-monitor.c
+++ b/thunar/thunar-file-monitor.c
@@ -130,7 +130,7 @@ thunar_file_monitor_get_default (void)
{
/* allocate the default monitor */
file_monitor_default = g_object_new (THUNAR_TYPE_FILE_MONITOR, NULL);
- g_object_add_weak_pointer (G_OBJECT (file_monitor_default),
+ g_object_add_weak_pointer (G_OBJECT (file_monitor_default),
(gpointer) &file_monitor_default);
}
else