summarylogtreecommitdiffstats
path: root/gpgme-2.0.patch
blob: 1edadc2b02cfd3d0b1a3ee196b2388e9e3d429b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/daemon/seahorse-gpgme-operation.c b/daemon/seahorse-gpgme-operation.c
index 47356d64..2a8c2378 100644
--- a/daemon/seahorse-gpgme-operation.c
+++ b/daemon/seahorse-gpgme-operation.c
@@ -302,7 +302,6 @@ event_cb (void *data, gpgme_event_io_t type, void *type_data)
         break;
     
     case GPGME_EVENT_NEXT_KEY:
-    case GPGME_EVENT_NEXT_TRUSTITEM:
     default:
         /* Ignore unsupported event types */
         break;