Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256899 Details for
Bug 348221
kde-misc/tellico-2.3.1: version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix from https://bugs.kde.org/show_bug.cgi?id=256373
tellico-2.3.1-cherrypicked-keep-settings-fix.patch (text/plain), 864 bytes, created by
Martin Walch
on 2010-12-11 15:53:59 UTC
(
hide
)
Description:
fix from https://bugs.kde.org/show_bug.cgi?id=256373
Filename:
MIME Type:
Creator:
Martin Walch
Created:
2010-12-11 15:53:59 UTC
Size:
864 bytes
patch
obsolete
>--- trunk/extragear/office/tellico/src/detailedlistview.cpp 2010/10/15 04:56:19 1186045 >+++ trunk/extragear/office/tellico/src/detailedlistview.cpp 2010/11/11 05:03:32 1195446 >@@ -133,8 +133,13 @@ > } > } > >+ // we don't want to immediately hide all these columns when adding fields >+ disconnect(model(), SIGNAL(columnsInserted(const QModelIndex&, int, int)), >+ this, SLOT(hideNewColumn(const QModelIndex&, int, int))); > sourceModel()->setImagesAreAvailable(false); > sourceModel()->setFields(coll_->fields()); >+ connect(model(), SIGNAL(columnsInserted(const QModelIndex&, int, int)), >+ this, SLOT(hideNewColumn(const QModelIndex&, int, int))); > > // we're not using saveState() and restoreState() since our columns are variable > QStringList columnNames = config.readEntry(QLatin1String("ColumnNames") + configN, QStringList());
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 348221
:
256899
|
256901
|
257026