The branch, master has been updated via 3102b6e64c26e2fa4d7ab45332ba0ee2747ea84f (commit) from 30ec841f1b9cbabc2c739b93fbc1b99d82679675 (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 3102b6e64c26e2fa4d7ab45332ba0ee2747ea84f Author: Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Date: Tue Oct 11 10:19:08 2011 +0200 use x2golistmounts from x2goserver-extensions ----------------------------------------------------------------------- Summary of changes: debian/changelog | 5 +++-- plasmax2godialog.cpp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index faa9bae..417971c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -x2goplasmabindings (3.0.1.2-0~x2go1.1) UNRELEASED; urgency=low +x2goplasmabindings (3.0.1.2-0~x2go1.2) UNRELEASED; urgency=low [ Mike Gabriel ] * renaming of source package and binary package [ Oleksandr Shneyder ] * support for new server (not using sudo any more) + * use x2golistmounts from x2goserver-extensions - -- Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Tue, 11 Oct 2011 09:31:00 +0200 + -- Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Tue, 11 Oct 2011 10:18:35 +0200 x2goplasmoidbindings (3.0.1.1-0~x2go2) unstable; urgency=low diff --git a/plasmax2godialog.cpp b/plasmax2godialog.cpp index 7e85c77..f1615c7 100644 --- a/plasmax2godialog.cpp +++ b/plasmax2godialog.cpp @@ -132,7 +132,7 @@ void PlasmaX2goDialog::slotUpdateItems() updateItemProc=new QProcess(this); connect(updateItemProc,SIGNAL(finished(int,QProcess::ExitStatus)),this, SLOT(slotUpdateItemsProcFinished(int,QProcess::ExitStatus))); - updateItemProc->start("x2gogetmounts " +m_applet->getSessionId()); + updateItemProc->start("x2golistmounts " +m_applet->getSessionId()); } void PlasmaX2goDialog::slotUpdateItemsProcFinished(int, QProcess::ExitStatus exitStatus) hooks/post-receive -- x2goplasmabindings.git (Plasma/KDE4 Widget for X2go) 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 "x2goplasmabindings.git" (Plasma/KDE4 Widget for X2go).