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

(-)trinity-tdebase-3.5.13.2~pre100+073a32f9/kioslave/media/mediamanager/halbackend.cpp.dbus_assert (-1 / +3 lines)
Lines 1752-1758 Link Here
1752
    kdDebug() << "unmount queued for " << udi << endl;
1752
    kdDebug() << "unmount queued for " << udi << endl;
1753
1753
1754
    dbus_message_unref (dmesg);
1754
    dbus_message_unref (dmesg);
1755
    dbus_message_unref (reply);
1755
    if (reply) {
1756
      dbus_message_unref (reply);
1757
    }
1756
1758
1757
    medium->setHalMounted(false);
1759
    medium->setHalMounted(false);
1758
    ResetProperties(medium->id().latin1());
1760
    ResetProperties(medium->id().latin1());

Return to bug 1499