Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77645 Details for
Bug 115540
dev-db/mysql-query-browser-1.1.17 segfaults after upgrade to x11-libs/gtk+-2.8.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql-query-browser.patch
mysql-query-browser.patch (text/plain), 542 bytes, created by
Gergan Penkov
on 2006-01-20 06:47:47 UTC
(
hide
)
Description:
mysql-query-browser.patch
Filename:
MIME Type:
Creator:
Gergan Penkov
Created:
2006-01-20 06:47:47 UTC
Size:
542 bytes
patch
obsolete
>--- mysql-query-browser-1.1.18/mysql-query-browser/source/linux/MQBookmarkBrowser.cc.orig 2005-10-13 08:22:40.000000000 +0000 >+++ mysql-query-browser-1.1.18/mysql-query-browser/source/linux/MQBookmarkBrowser.cc 2006-01-20 15:30:13.000000000 +0000 >@@ -257,7 +257,8 @@ > { > for (unsigned int i=0; i < _menu.items().size(); i++) > _menu.items()[i].set_sensitive(false); >- _menu.items()[3].set_sensitive(true); // New Folder >+ if (_menu.items().size() > 3) >+ _menu.items()[3].set_sensitive(true); // New Folder > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 115540
: 77645