diff options
Diffstat (limited to 'gvfs')
| -rw-r--r-- | gvfs/gvfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gvfs/gvfs.c b/gvfs/gvfs.c index d72b417..6ef3a83 100644 --- a/gvfs/gvfs.c +++ b/gvfs/gvfs.c @@ -131,10 +131,10 @@ ask_password_cb (GMountOperation *op, struct TVFSGlobs *globs; char *username; char *password; - int anonymous; - char *domain; + gboolean anonymous; + char *domain; TVFSPasswordSave password_save; - int result; + gboolean result; globs = (struct TVFSGlobs*) user_data; |
