comparison pidgin/gtkcertmgr.c @ 29070:5c77b620375c

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 30 Nov 2009 16:07:54 +0900
parents f1437342cc0e
children 917c597beb97
comparison
equal deleted inserted replaced
29018:1929b7a0c2c8 29070:5c77b620375c
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 * 25 *
26 */ 26 */
27 27
28 #include <glib.h> 28 #include "internal.h"
29
30 #include "core.h" 29 #include "core.h"
31 #include "internal.h"
32 #include "pidgin.h" 30 #include "pidgin.h"
33 #include "pidginstock.h" 31 #include "pidginstock.h"
34 32
35 #include "certificate.h" 33 #include "certificate.h"
36 #include "debug.h" 34 #include "debug.h"