Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 204289 | Differences between
and this patch

Collapse All | Expand All

(-)kdewebdev-3.5.8/quanta/src/quantadoc.cpp (+4 lines)
Lines 99-104 Link Here
99
  QuantaView *view = ViewManager::ref()->isOpened(url);
99
  QuantaView *view = ViewManager::ref()->isOpened(url);
100
  if (!view || newfile)
100
  if (!view || newfile)
101
  {
101
  {
102
    w = ViewManager::ref()->activeDocument();
103
    if (w && !newfile && !w->isModified() && w->isUntitled() && !w->busy)
104
         ViewManager::ref()->removeActiveView(false);
105
102
/*    
106
/*    
103
    // no modi and new -> we can remove                           !!!!
107
    // no modi and new -> we can remove                           !!!!
104
    w = ViewManager::ref()->activeDocument();
108
    w = ViewManager::ref()->activeDocument();

Return to bug 204289