Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113635 Details for
Bug 171328
>=kde-base/umbrello-3.5.5 - entity relationship diagram bug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
umbrello.diff
umbrello.diff (text/plain), 873 bytes, created by
David Grant
on 2007-03-18 10:23:54 UTC
(
hide
)
Description:
umbrello.diff
Filename:
MIME Type:
Creator:
David Grant
Created:
2007-03-18 10:23:54 UTC
Size:
873 bytes
patch
obsolete
>diff -ru umbrello-3.5.6.orig/umbrello/umbrello/umldoc.cpp umbrello-3.5.6/umbrello/umbrello/umldoc.cpp >--- umbrello-3.5.6.orig/umbrello/umbrello/umldoc.cpp 2007-01-15 03:24:47.000000000 -0800 >+++ umbrello-3.5.6/umbrello/umbrello/umldoc.cpp 2007-03-18 03:21:32.000000000 -0700 >@@ -147,15 +147,10 @@ > if ( pApp->getListView() ) > connect(this, SIGNAL(sigObjectRemoved(UMLObject *)), view, SLOT(slotObjectRemoved(UMLObject *))); > >- UMLView * previousView = pApp->getCurrentView(); > pApp->setCurrentView(view); > if ( ! m_bLoading ) { >- if (previousView == NULL) { >- view -> show(); >- emit sigDiagramChanged(view ->getType()); >- } else { >- view -> hide(); >- } >+ view->show(); >+ emit sigDiagramChanged(view ->getType()); > } > > Settings::OptionState optionState = Settings::getOptionState();
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 171328
: 113635