libpurple/plugins/perl/scripts/plugin_pref.pl

branch
soc.2013.gobjectification.plugins
changeset 36798
21af2b190cfa
parent 29935
d28b5dcc7554
equal deleted inserted replaced
36797:997a3fb7f1c0 36798:21af2b190cfa
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-aim"; 31 my $PROTOCOL_ID = "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");

mercurial