mirror of
https://abf.rosa.ru/djam/evolution-data-server.git
synced 2025-02-23 15:22:48 +00:00
13 lines
574 B
Diff
13 lines
574 B
Diff
![]() |
diff -up evolution-data-server-3.8.5/modules/trust-prompt/certificate-viewer.c.cert-viewer-crash evolution-data-server-3.8.5/modules/trust-prompt/certificate-viewer.c
|
||
|
--- evolution-data-server-3.8.5/modules/trust-prompt/certificate-viewer.c.cert-viewer-crash 2013-07-23 13:57:38.000000000 +0200
|
||
|
+++ evolution-data-server-3.8.5/modules/trust-prompt/certificate-viewer.c 2013-08-12 09:14:19.814379827 +0200
|
||
|
@@ -538,7 +538,7 @@ get_window_title (CERTCertificate *cert)
|
||
|
return title;
|
||
|
}
|
||
|
|
||
|
- return cert->subjectName;
|
||
|
+ return g_strdup (cert->subjectName);
|
||
|
}
|
||
|
|
||
|
GtkWidget *
|