summaryrefslogtreecommitdiffstats
path: root/kwin/data/kwin3_plugin.pl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:26:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:26:07 -0600
commit43d99cc2477266cb9072e179137f0e8485370b3d (patch)
tree0d4d47e5497a1a1465edf8263f57b72725577239 /kwin/data/kwin3_plugin.pl
parent6354e6b3babad3ed0f5e314735bbbc01d1988eb2 (diff)
downloadtdebase-43d99cc2477266cb9072e179137f0e8485370b3d.tar.gz
tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.zip
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kwin/data/kwin3_plugin.pl')
-rw-r--r--kwin/data/kwin3_plugin.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/data/kwin3_plugin.pl b/kwin/data/kwin3_plugin.pl
index 791ea7f33..f5234bcce 100644
--- a/kwin/data/kwin3_plugin.pl
+++ b/kwin/data/kwin3_plugin.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
foreach (<>) {
- if(/^PluginLib=kwin_(.*)$/) {
- print "PluginLib=kwin3_$1\n";
+ if(/^PluginLib=twin_(.*)$/) {
+ print "PluginLib=twin3_$1\n";
next;
}
print $_;