comparison libpurple/plugins/perl/scripts/plugin_pref.pl @ 29650:0646207f360f

Remove a bunch of old references to prpl-oscar
author Mark Doliner <mark@kingant.net>
date Mon, 29 Mar 2010 23:35:35 +0000
parents fb86dbeb2b15
children
comparison
equal deleted inserted replaced
29649:99c9595e14a2 29650:0646207f360f
26 26
27 # We will create these on load then destroy them on unload 27 # We will create these on load then destroy them on unload
28 my $TEST_GROUP = "perlTestGroup"; 28 my $TEST_GROUP = "perlTestGroup";
29 my $TEST_NAME = "perlTestName"; 29 my $TEST_NAME = "perlTestName";
30 my $TEST_ALIAS = "perlTestAlias"; 30 my $TEST_ALIAS = "perlTestAlias";
31 my $PROTOCOL_ID = "prpl-oscar"; 31 my $PROTOCOL_ID = "prpl-aim";
32 32
33 sub foo { 33 sub foo {
34 $frame = Purple::PluginPref::Frame->new(); 34 $frame = Purple::PluginPref::Frame->new();
35 35
36 $ppref = Purple::PluginPref->new_with_label("boolean"); 36 $ppref = Purple::PluginPref->new_with_label("boolean");