From: Matthew James Goins Date: Sun, 3 Oct 2010 04:12:27 +0000 (-0400) Subject: Continue to move code to standard layout X-Git-Tag: msva-perl/0.4~15^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee971ebbe3f0376428597b22048290f965348214;p=monkeysphere-validation-agent.git Continue to move code to standard layout --- diff --git a/Crypt/Monkeysphere/MSVA/MarginalUI.pm b/Crypt/Monkeysphere/MSVA/MarginalUI.pm index dc94816..8bcfec7 100755 --- a/Crypt/Monkeysphere/MSVA/MarginalUI.pm +++ b/Crypt/Monkeysphere/MSVA/MarginalUI.pm @@ -9,7 +9,7 @@ # #---------------------------------------------------------------------- -{ package MSVA::MarginalUI; +{ package Crypt::Monkeysphere::MSVA::MarginalUI; use strict; use warnings; @@ -21,7 +21,7 @@ my $glade; my $label; # populate UI from -$glade = Gtk2::GladeXML->new("MSVA/MarginalUI.glade"); +$glade = Gtk2::GladeXML->new("Crypt/Monkeysphere/MSVA/MarginalUI.glade"); # Connect the signals $glade->signal_autoconnect_from_package('main');