Mercurial > pidgin-twitter
changeset 298:fd0948c7078e
fixed a bug that NUM_REGPS had not been incremented.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sun, 19 Apr 2009 13:52:03 +0900 |
parents | e07f28bed8a8 |
children | d68ed289ef69 |
files | Makefile.in pidgin-twitter.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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@
--- 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 */