comparison finch/gntaccount.c @ 29723:c38f6e6bf4ce

propagate from branch 'im.pidgin.pidgin' (head f0addfa93983499a661e29f567e66a98a9544a89) to branch 'im.pidgin.pidgin.next.minor' (head 9c3b44f9ecfcb6fde88c8bcc3a27a16587422f2e)
author Paul Aurich <paul@darkrain42.org>
date Wed, 09 Dec 2009 03:52:00 +0000
parents 259bbfb423d4
children cfdd4d3ba550
comparison
equal deleted inserted replaced
29722:1e19c439fa7a 29723:c38f6e6bf4ce
21 * 21 *
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
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 #include <internal.h>
27
26 #include <gnt.h> 28 #include <gnt.h>
27 #include <gntbox.h> 29 #include <gntbox.h>
28 #include <gntbutton.h> 30 #include <gntbutton.h>
29 #include <gntcheckbox.h> 31 #include <gntcheckbox.h>
30 #include <gntcombobox.h> 32 #include <gntcombobox.h>
34 #include <gnttree.h> 36 #include <gnttree.h>
35 #include <gntutils.h> 37 #include <gntutils.h>
36 #include <gntwindow.h> 38 #include <gntwindow.h>
37 39
38 #include "finch.h" 40 #include "finch.h"
39 #include <internal.h>
40 41
41 #include <account.h> 42 #include <account.h>
42 #include <accountopt.h> 43 #include <accountopt.h>
43 #include <connection.h> 44 #include <connection.h>
44 #include <notify.h> 45 #include <notify.h>