From 21ba9fde722ddbef0b48ae38daae3653a097adf4 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Fri, 24 Dec 2004 01:40:47 +0000 Subject: [PATCH] WHAT IS THIS in g-s-d-e.c? --- gnome-settings-daemon/gnome-settings-default-editor.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome-settings-daemon/gnome-settings-default-editor.c b/gnome-settings-daemon/gnome-settings-default-editor.c index 420841c6d..0793a6bae 100644 --- a/gnome-settings-daemon/gnome-settings-default-editor.c +++ b/gnome-settings-daemon/gnome-settings-default-editor.c @@ -85,8 +85,14 @@ vfs_change_cb (GnomeVFSMIMEMonitor *monitor, GConfClient *client) PRINT_STATE; - //if (!sync_changes_cb) - // return; + /* + QUESTION from svu: what is this? Checking the function? + I constantly get warnings/errors on it. + Should it be 'sync_changes' instead? + + if (!sync_changes_cb) + return; + */ star_app = gnome_vfs_mime_get_default_application ("text/*");