[Pkg-privacy-commits] [msva-perl] 128/356: Continue to move code to standard layout

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit ee971ebbe3f0376428597b22048290f965348214
Author: Matthew James Goins <mjgoins at openflows.com>
Date:   Sun Oct 3 00:12:27 2010 -0400

    Continue to move code to standard layout
---
 Crypt/Monkeysphere/MSVA/MarginalUI.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list