comparison finch/gntdebug.c @ 26347:1c73d2ef9ddc

Remove some extra edits that snuck into Finch.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 23 Mar 2009 01:06:15 +0000
parents f0c2e27c7ae7
children e23a74d7c97c
comparison
equal deleted inserted replaced
26346:7b63af454f26 26347:1c73d2ef9ddc
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 "util.h"
27
28 #include <gnt.h> 26 #include <gnt.h>
29 #include <gntbox.h> 27 #include <gntbox.h>
30 #include <gntbutton.h> 28 #include <gntbutton.h>
31 #include <gntcheckbox.h> 29 #include <gntcheckbox.h>
32 #include <gntentry.h> 30 #include <gntentry.h>
36 #include <gnttextview.h> 34 #include <gnttextview.h>
37 35
38 #include "gntdebug.h" 36 #include "gntdebug.h"
39 #include "finch.h" 37 #include "finch.h"
40 #include "notify.h" 38 #include "notify.h"
39 #include "util.h"
41 40
42 #include <stdio.h> 41 #include <stdio.h>
43 #include <string.h> 42 #include <string.h>
44 43
45 #define PREF_ROOT "/finch/debug" 44 #define PREF_ROOT "/finch/debug"