From: <mar...@us...> - 2006-08-08 01:13:01
|
Revision: 16671 Author: markhuetsch Date: 2006-08-07 18:12:58 -0700 (Mon, 07 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16671&view=rev Log Message: ----------- Removed an unused gaim_prefs string for "datadir" and the corresponding DATADIR definition. Both of these should have been removed with the ip_location code. Modified Paths: -------------- trunk/src/protocols/qq/Makefile.am trunk/src/protocols/qq/qq.c Modified: trunk/src/protocols/qq/Makefile.am =================================================================== --- trunk/src/protocols/qq/Makefile.am 2006-08-08 01:02:56 UTC (rev 16670) +++ trunk/src/protocols/qq/Makefile.am 2006-08-08 01:12:58 UTC (rev 16671) @@ -92,7 +92,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ - -DDATADIR=\"${datadir}\" \ -DVERSION=\"$(VERSION)\" \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ Modified: trunk/src/protocols/qq/qq.c =================================================================== --- trunk/src/protocols/qq/qq.c 2006-08-08 01:02:56 UTC (rev 16670) +++ trunk/src/protocols/qq/qq.c 2006-08-08 01:12:58 UTC (rev 16671) @@ -980,7 +980,6 @@ gaim_prefs_add_none("/plugins/prpl/qq"); gaim_prefs_add_bool("/plugins/prpl/qq/show_status_by_icon", TRUE); gaim_prefs_add_bool("/plugins/prpl/qq/show_fake_video", FALSE); - gaim_prefs_add_string("/plugins/prpl/qq/datadir", DATADIR); gaim_prefs_add_bool("/plugins/prpl/qq/prompt_for_missing_packet", TRUE); gaim_prefs_add_bool("/plugins/prpl/qq/prompt_group_msg_on_recv", TRUE); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |