[Libreoffice-commits] core.git: wizards/com

Xisco Fauli anistenis at gmail.com
Sun Feb 3 12:49:01 PST 2013


 wizards/com/sun/star/wizards/fax/CallWizard.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b60af08691215c8603d80f33434cab4dfc1d9e3d
Author: Xisco Fauli <anistenis at gmail.com>
Date:   Sun Feb 3 21:47:46 2013 +0100

    upps, I shouldn't have committed it
    
    Change-Id: Id5b17c0fbad9e16277a892b1b89e109ea420c41c

diff --git a/wizards/com/sun/star/wizards/fax/CallWizard.py b/wizards/com/sun/star/wizards/fax/CallWizard.py
index 9c0205a..b779885 100644
--- a/wizards/com/sun/star/wizards/fax/CallWizard.py
+++ b/wizards/com/sun/star/wizards/fax/CallWizard.py
@@ -18,7 +18,7 @@
 import unohelper
 import traceback
 
-from ..agenda.AgendaWizardDialogImpl import AgendaWizardDialogImpl
+from .FaxWizardDialogImpl import FaxWizardDialogImpl
 
 from com.sun.star.task import XJobExecutor
 
@@ -31,7 +31,7 @@ class CallWizard(unohelper.Base, XJobExecutor):
 
     def trigger(self, args):
         try:
-            fw = AgendaWizardDialogImpl(self.ctx.ServiceManager)
+            fw = FaxWizardDialogImpl(self.ctx.ServiceManager)
             fw.startWizard(self.ctx.ServiceManager)
         except Exception as e:
             print ("Wizard failure exception " + str(type(e)) +


More information about the Libreoffice-commits mailing list