Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #52019: patch to fix this bug for
bug #83132
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 83132
Collapse All
|
Expand All
(-)
src/mainwindow.cpp.orig (-1 / +1 lines)
Lines 346-352
Link Here
346
346
347
void MainWindow::createStatusBar()
347
void MainWindow::createStatusBar()
348
{
348
{
349
(void) new StatusBar(this);
349
(void) new ::StatusBar(this);
350
}
350
}
351
351
352
352
Return to
bug 83132