WHAT IS THIS in g-s-d-e.c?
This commit is contained in:
parent
54369fabdf
commit
21ba9fde72
1 changed files with 8 additions and 2 deletions
|
@ -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/*");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue