Mercurial > pidgin
comparison libpurple/plugins/test.pl @ 22112:5b6d6ea542b8
Remove a variable that isn't used anywhere, if it was supposed to do something
feel free to add it back and make it do that.
Also, fix a compile error. Comparing a string literal and a const char * with
== likely doesn't do what was intended here.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Tue, 15 Jan 2008 04:58:42 +0000 |
parents | 72f90ea7ae34 |
children | 3afd04d5f9d6 |
comparison
equal
deleted
inserted
replaced
22111:603d5325af4c | 22112:5b6d6ea542b8 |
---|---|
1 #!/usr/bin/env perl -w | 1 #!/usr/bin/env perl -w |
2 | |
3 use Gaim; | 2 use Gaim; |
4 | 3 |
5 %PLUGIN_INFO = ( | 4 %PLUGIN_INFO = ( |
6 perl_api_version => 2, | 5 perl_api_version => 2, |
7 name => 'Test Perl Plugin', | 6 name => 'Test Perl Plugin', |