summaryrefslogtreecommitdiff
path: root/modules/WorkspaceHelper.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-11-23 13:53:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-11-23 13:53:48 +0000
commit455468de193ada5127c04bed03cfa5fa0278c386 (patch)
treeed01b2e5f35f3ddb8f0391c489253a5b143c5db7 /modules/WorkspaceHelper.pm
parent136f7aaa833976e289ee8b57d97ec4a8d6732dd5 (diff)
downloadMPC-455468de193ada5127c04bed03cfa5fa0278c386.tar.gz
ChangeLogTag: Tue Nov 23 07:52:03 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/WorkspaceHelper.pm')
-rw-r--r--modules/WorkspaceHelper.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/WorkspaceHelper.pm b/modules/WorkspaceHelper.pm
index c17d2398..416df1bd 100644
--- a/modules/WorkspaceHelper.pm
+++ b/modules/WorkspaceHelper.pm
@@ -59,6 +59,14 @@ sub new {
}
+sub modify_value {
+ my($self) = shift;
+ my($name) = shift;
+ my($value) = shift;
+ return $value;
+}
+
+
sub write_settings {
return 1, undef;
}