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 1499
Collapse All | Expand All

(-)tdeio/tdefile/kurlbar.cpp.orig (-2 / +2 lines)
Lines 94-100 Link Here
94
      m_url( url ),
94
      m_url( url ),
95
      m_pixmap( 0L ),
95
      m_pixmap( 0L ),
96
      m_parent( parent ),
96
      m_parent( parent ),
97
      m_appLocal( true )
97
      m_appLocal( false )
98
{
98
{
99
    init( icon, group, description, persistent );
99
    init( icon, group, description, persistent );
100
}
100
}
Lines 106-112 Link Here
106
      m_url( url ),
106
      m_url( url ),
107
      m_pixmap( 0L ),
107
      m_pixmap( 0L ),
108
      m_parent( parent ),
108
      m_parent( parent ),
109
      m_appLocal( true )
109
      m_appLocal( false )
110
{
110
{
111
    init( icon, group, description, true /*persistent*/ );
111
    init( icon, group, description, true /*persistent*/ );
112
}
112
}

Return to bug 1499