By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 368
Collapse All | Expand All

(-)kbfxlib/data/kbfxplasmapluginloader.cpp~ (-1 / +1 lines)
Lines 103-109 Link Here
103
		pluginMap().remove ( it );
103
		pluginMap().remove ( it );
104
	}
104
	}
105
	init();
105
	init();
106
	KbfxDataStack * stack = pluginMap() [name]->data();
106
	KbfxDataStack * stack = pluginMap() [name] ? pluginMap() [name]->data() : NULL;
107
	
107
	
108
        if (stack == 0 ) {
108
        if (stack == 0 ) {
109
            return new KbfxDataStack();
109
            return new KbfxDataStack();

Return to bug 368