Mercurial > pidgin.yaz
comparison finch/gntui.c @ 18387:8c5b9b789bbb
propagate from branch 'im.pidgin.pidgin' (head ea892e1af1550c458bff82d681f007879dc52d8a)
to branch 'org.maemo.garage.pidgin.pidgin.smiley-dialog' (head e4b8f13da80f5326f4fff375d3999e9326120863)
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 01 Jul 2007 00:55:03 +0000 |
parents | b8572b937c09 |
children | 1cb69ea47a6e |
comparison
equal
deleted
inserted
replaced
17514:7c021dd8efdf | 18387:8c5b9b789bbb |
---|---|
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 { |