Mercurial > pidgin
diff src/prpl.c @ 3738:10a60faad8d7
[gaim-migrate @ 3876]
Bad Sean, Bad!!!
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 18 Oct 2002 15:03:18 +0000 |
parents | 871bdebc3037 |
children | 764ecb5f984b |
line wrap: on
line diff
--- a/src/prpl.c Fri Oct 18 04:50:37 2002 +0000 +++ b/src/prpl.c Fri Oct 18 15:03:18 2002 +0000 @@ -25,6 +25,10 @@ #include <sys/stat.h> #include <unistd.h> +#ifdef _WIN32 +#include "win32dep.h" +#endif + #include "pixmaps/ok.xpm" #include "pixmaps/cancel.xpm" #include "pixmaps/tb_forward.xpm" @@ -158,7 +162,7 @@ break; } g_free(doask); - gtk_widget_destroy(d); + gtk_widget_destroy(GTK_WIDGET(d)); }