1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 03:00:42 -04:00
ports/databases/mysql-gui-tools/files/patch-administrator-source-linux_MABackupPanel.cc
2009-07-13 07:42:11 +00:00

11 lines
602 B
C++

--- administrator/source/linux/MABackupPanel.cc.orig 2009-07-08 12:06:17.000000000 +0200
+++ administrator/source/linux/MABackupPanel.cc 2009-07-08 12:06:37.000000000 +0200
@@ -1282,7 +1282,7 @@
if (_inst->check_connection())
{
- SigC::Connection con= Glib::signal_timeout().connect(sigc::bind<void*>
+ sigc::connection con= Glib::signal_timeout().connect(sigc::bind<void*>
(sigc::mem_fun(*this, &MABackupPanel::update_backup_progress),&arg.pdata),
50);
dlg->show();