aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gfilenotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfilenotify.c b/src/gfilenotify.c
index 18ccfe4c462..66248050693 100644
--- a/src/gfilenotify.c
+++ b/src/gfilenotify.c
@@ -293,7 +293,7 @@ If WATCH-DESCRIPTOR is not valid, nil is returned. */)
293 else 293 else
294 { 294 {
295 GFileMonitor *monitor = XINTPTR (watch_descriptor); 295 GFileMonitor *monitor = XINTPTR (watch_descriptor);
296 return Fmake_symbol (build_string (G_OBJECT_TYPE_NAME (monitor))); 296 return intern (G_OBJECT_TYPE_NAME (monitor));
297 } 297 }
298} 298}
299 299