finch/gntdebug.c

changeset 40359
ca141ea93b83
parent 39887
9c8f874c74a0
child 40412
c0905847d779
child 40439
e9838d634d5e
equal deleted inserted replaced
40358:e6fe6fc1f516 40359:ca141ea93b83
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 <internal.h>
24 #include <purple.h>
24 25
25 #include <gnt.h> 26 #include <gnt.h>
26 #include <gntbox.h> 27 #include <gntbox.h>
27 #include <gntbutton.h> 28 #include <gntbutton.h>
28 #include <gntcheckbox.h> 29 #include <gntcheckbox.h>
32 #include <gntline.h> 33 #include <gntline.h>
33 #include <gnttextview.h> 34 #include <gnttextview.h>
34 35
35 #include "gntdebug.h" 36 #include "gntdebug.h"
36 #include "finch.h" 37 #include "finch.h"
37 #include "notify.h"
38 #include "util.h"
39 38
40 #include <stdio.h> 39 #include <stdio.h>
41 #include <string.h> 40 #include <string.h>
42 41
43 #define PREF_ROOT "/finch/debug" 42 #define PREF_ROOT "/finch/debug"

mercurial