comparison finch/gntui.c @ 18243:a8b19e002cb4

propagate from branch 'im.pidgin.pidgin' (head e9da27c3123d1223162bf9fb76f58822873e18f8) to branch 'im.pidgin.soc.2007.remotelogging' (head da5442aedd302aafb260948b66ce0549a3e0a0e4)
author Richard Laager <rlaager@wiktel.com>
date Sun, 24 Jun 2007 20:01:43 +0000
parents b8572b937c09
children 1cb69ea47a6e
comparison
equal deleted inserted replaced
18176:b14dfa2f49a1 18243:a8b19e002cb4
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 #include "internal.h"
23
22 #include "gntui.h" 24 #include "gntui.h"
23 25
24 #include "gntaccount.h" 26 #include "gntaccount.h"
25 #include "gntblist.h" 27 #include "gntblist.h"
26 #include "gntconn.h" 28 #include "gntconn.h"
31 #include "gntplugin.h" 33 #include "gntplugin.h"
32 #include "gntpounce.h" 34 #include "gntpounce.h"
33 #include "gntprefs.h" 35 #include "gntprefs.h"
34 #include "gntrequest.h" 36 #include "gntrequest.h"
35 #include "gntstatus.h" 37 #include "gntstatus.h"
36 #include "internal.h"
37 38
38 #include <prefs.h> 39 #include <prefs.h>
39 40
40 void gnt_ui_init() 41 void gnt_ui_init()
41 { 42 {