# HG changeset patch # User Yoshiki Yazawa # Date 1240116723 -32400 # Node ID fd0948c7078e3e4cc21734d4692cfb87d7c2623a # Parent e07f28bed8a86a4d6861517004f5e4544cc51efd fixed a bug that NUM_REGPS had not been incremented. diff -r e07f28bed8a8 -r fd0948c7078e Makefile.in --- a/Makefile.in Thu Apr 16 17:12:53 2009 +0900 +++ b/Makefile.in Sun Apr 19 13:52:03 2009 +0900 @@ -9,7 +9,7 @@ PIDGIN_CFLAGS = @PIDGIN_CFLAGS@ GLIB_CFLAGS = @GLIB_CFLAGS@ XML_CFLAGS = @XML_CFLAGS@ -CFLAGS = -fPIC -shared -Wall $(PIDGIN_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -DDATADIR=\"$(PIDGIN_DATA_DIR)\" +CFLAGS = -fPIC -shared -Wall -g $(PIDGIN_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -DDATADIR=\"$(PIDGIN_DATA_DIR)\" GLIB_LIBS = @GLIB_LIBS@ XML_LIBS = @XML_LIBS@ diff -r e07f28bed8a8 -r fd0948c7078e pidgin-twitter.h --- a/pidgin-twitter.h Thu Apr 16 17:12:53 2009 +0900 +++ b/pidgin-twitter.h Sun Apr 19 13:52:03 2009 +0900 @@ -219,7 +219,7 @@ #define DEFAULT_ICON_MAX_COUNT (50) #define DEFAULT_ICON_MAX_DAYS (7) #define DAYS_TO_SECONDS(d) ((d) * 86400) -#define NUM_REGPS (14) +#define NUM_REGPS (15) #define NUM_SERVICES (4) /* twitter, wassr, identica, jisko. */ /* debug macros */