finch/gntstatus.c

changeset 40439
e9838d634d5e
parent 40359
ca141ea93b83
child 40511
ec08ac1f7d5f
equal deleted inserted replaced
40362:1edaee25f763 40439:e9838d634d5e
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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 22
23 #include <internal.h> 23 #include <glib/gi18n-lib.h>
24
25 #include <purple.h>
24 26
25 #include <gnt.h> 27 #include <gnt.h>
26 #include <gntbox.h> 28 #include <gntbox.h>
27 #include <gntbutton.h> 29 #include <gntbutton.h>
28 #include <gntcombobox.h> 30 #include <gntcombobox.h>
31 #include <gntline.h> 33 #include <gntline.h>
32 #include <gnttree.h> 34 #include <gnttree.h>
33 #include <gntutils.h> 35 #include <gntutils.h>
34 36
35 #include "finch.h" 37 #include "finch.h"
36
37 #include <purple.h>
38 38
39 #include "gntstatus.h" 39 #include "gntstatus.h"
40 40
41 static struct 41 static struct
42 { 42 {

mercurial