summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-28 00:21:26 +0300
committerMonsta <[email protected]>2015-07-28 00:21:26 +0300
commitf10a78f1571e87dcf41105a30c408ef548919bb4 (patch)
tree6a25d96fb25cab966e3b8a3acea02f08be8980a4
parent974d9c099bcdcaa85c71bfafdc1ca7692ab26457 (diff)
downloadmate-settings-daemon-f10a78f1571e87dcf41105a30c408ef548919bb4.tar.bz2
mate-settings-daemon-f10a78f1571e87dcf41105a30c408ef548919bb4.tar.xz
smartcard: return proper type
-rw-r--r--plugins/smartcard/msd-smartcard-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/smartcard/msd-smartcard-manager.c b/plugins/smartcard/msd-smartcard-manager.c
index 3b4b738..8de48c3 100644
--- a/plugins/smartcard/msd-smartcard-manager.c
+++ b/plugins/smartcard/msd-smartcard-manager.c
@@ -1288,7 +1288,7 @@ on_timeout (MsdSmartcardManager *manager)
g_warning ("could not start smartcard manager - %s",
error->message);
g_error_free (error);
- return 1;
+ return TRUE;
}
g_print ("Please re-insert smartcard\n");