[X2go-Commits] x2goadmincenter.git - master (branch) updated: daa0777c0f62c864a15617f95cda4057f3af6679

X2go dev team git-admin at x2go.org
Thu Sep 22 02:05:13 CEST 2011


The branch, master has been updated
       via  daa0777c0f62c864a15617f95cda4057f3af6679 (commit)
      from  0373b618790b8493f2fa081565751771cfd12bd2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit daa0777c0f62c864a15617f95cda4057f3af6679
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Sep 22 02:05:09 2011 +0200

    path fix for plugins/modules

-----------------------------------------------------------------------

Summary of changes:
 x2goadmincenter/x2goadmincenter.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/x2goadmincenter/x2goadmincenter.cpp b/x2goadmincenter/x2goadmincenter.cpp
index f6fae46..f4d911a 100644
--- a/x2goadmincenter/x2goadmincenter.cpp
+++ b/x2goadmincenter/x2goadmincenter.cpp
@@ -120,7 +120,7 @@ X2GoAdminCenter::~X2GoAdminCenter()
 void X2GoAdminCenter::loadPlugins()
 {
     QDir pluginsDir = QDir(qApp->applicationDirPath());
-    pluginsDir.cd("plugins");
+    pluginsDir.cd("../lib/x2goadmincenter/modules");
     foreach (QString fileName, pluginsDir.entryList(QDir::Files))
     {
         QPluginLoader loader(pluginsDir.absoluteFilePath(fileName));


hooks/post-receive
-- 
x2goadmincenter.git (X2go Administration Center)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goadmincenter.git" (X2go Administration Center).




More information about the x2go-commits mailing list