diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-27 11:57:57 +0200 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-31 11:59:38 +0200 |
commit | 564b6556c93cb1bf36ccd02138c73df263c342cf (patch) | |
tree | 9c67c64198803eac71218064fa50613e9c4b4df3 /common/gmountsource.c | |
parent | 4a88ed63cfce1130698ee5241c95e532c7a7ad74 (diff) | |
download | gvfs-564b6556c93cb1bf36ccd02138c73df263c342cf.tar.gz |
gdbus: More errors to strip
Diffstat (limited to 'common/gmountsource.c')
-rw-r--r-- | common/gmountsource.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gmountsource.c b/common/gmountsource.c index 5375adbb..c21f5fc5 100644 --- a/common/gmountsource.c +++ b/common/gmountsource.c @@ -234,6 +234,7 @@ ask_password_reply (GVfsDBusMountOperation *proxy, &error)) { data->aborted = TRUE; + g_dbus_error_strip_remote_error (error); g_simple_async_result_take_error (result, error); } else @@ -544,6 +545,7 @@ ask_question_reply (GVfsDBusMountOperation *proxy, &error)) { data->aborted = TRUE; + g_dbus_error_strip_remote_error (error); g_simple_async_result_take_error (result, error); } else @@ -750,6 +752,7 @@ show_processes_reply (GVfsDBusMountOperation *proxy, &error)) { data->aborted = TRUE; + g_dbus_error_strip_remote_error (error); g_simple_async_result_take_error (result, error); } else |