From: <ev...@us...> - 2006-07-27 20:12:04
|
Revision: 16588 Author: evands Date: 2006-07-27 13:11:55 -0700 (Thu, 27 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16588&view=rev Log Message: ----------- This ggp_sr_close_cb() is no longer needed because the core handle calling the close callback as appropriate. Modified Paths: -------------- trunk/src/protocols/gg/gg.c Modified: trunk/src/protocols/gg/gg.c =================================================================== --- trunk/src/protocols/gg/gg.c 2006-07-27 20:10:57 UTC (rev 16587) +++ trunk/src/protocols/gg/gg.c 2006-07-27 20:11:55 UTC (rev 16588) @@ -1160,7 +1160,6 @@ gaim_notify_error(gc, NULL, _("Unable to display the search results."), NULL); - ggp_sr_close_cb(form); return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |