$OpenBSD: patch-source_linux_MARestorePanel_cc,v 1.1 2009/09/24 11:52:21 ajacoutot Exp $
--- source/linux/MARestorePanel.cc.orig	Thu Sep 24 10:56:43 2009
+++ source/linux/MARestorePanel.cc	Thu Sep 24 12:55:05 2009
@@ -728,7 +728,7 @@ MYX_BACKUP_CONTENT *MARestorePanel::perform_load(const
   op_aborted= false;
 
   {
-    SigC::Connection con= Glib::signal_timeout().connect(sigc::bind<void*>
+    sigc::connection con= Glib::signal_timeout().connect(sigc::bind<void*>
                                                          (sigc::mem_fun(*this, &MARestorePanel::update_status),&arg.pdata),
                                                          50);
 
@@ -854,7 +854,7 @@ void MARestorePanel::perform_restore()
   //{
     MYX_BACKUP_ERROR err;
 
-    SigC::Connection con= Glib::signal_timeout().connect(sigc::bind<void*>
+    sigc::connection con= Glib::signal_timeout().connect(sigc::bind<void*>
                                                          (sigc::mem_fun(*this, &MARestorePanel::update_status),&arg.pdata),
                                                          50);
 
