Unbreak after libsigc upgrade... second breakage that the bulk missed
somehow. Reported by Steve Andre'.
This commit is contained in:
parent
1556c790c0
commit
b2b82ae5d0
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2009/08/10 06:31:07 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2009/09/24 18:23:43 ajacoutot Exp $
|
||||
|
||||
COMMENT= visual query tool for MySQL
|
||||
|
||||
DISTNAME= mysql-gui-tools-5.0r12
|
||||
PKGNAME= mysql-query-browser-1.2.12p6
|
||||
PKGNAME= mysql-query-browser-1.2.12p7
|
||||
CATEGORIES= databases
|
||||
|
||||
HOMEPAGE= http://www.mysql.com/products/tools/query-browser/
|
||||
|
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-source_linux_MQResultTab_h,v 1.1 2009/09/24 18:23:44 ajacoutot Exp $
|
||||
--- source/linux/MQResultTab.h.orig Thu Sep 24 20:11:21 2009
|
||||
+++ source/linux/MQResultTab.h Thu Sep 24 20:12:29 2009
|
||||
@@ -45,7 +45,7 @@ class MQResultTab : public MQBaseTab {
|
||||
|
||||
Gtk::Paned *paned;
|
||||
|
||||
- SigC::Connection scroll_con;
|
||||
+ sigc::connection scroll_con;
|
||||
};
|
||||
|
||||
enum CompareAction {
|
||||
@@ -71,7 +71,7 @@ class MQResultTab : public MQBaseTab {
|
||||
|
||||
bool _vertical;
|
||||
|
||||
- SigC::Connection _sync_con1, _sync_con2;
|
||||
+ sigc::connection _sync_con1, _sync_con2;
|
||||
|
||||
void scrolled(MQResultSetView *sender);
|
||||
void activated(MQResultSetView *sender);
|
Loading…
x
Reference in New Issue
Block a user