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

(-)../digikam-trinity-14.0.10-orig/digikam/utilities/cameragui/gpcamera.cpp (-1 / +1 lines)
Lines 1119-1125 void GPCamera::getSupportedPorts(TQStrin Link Here
1119
            gp_port_info_list_get_info( list, i, &info );
1119
            gp_port_info_list_get_info( list, i, &info );
1120
#ifdef HAVE_GPHOTO25
1120
#ifdef HAVE_GPHOTO25
1121
            char *xpath;
1121
            char *xpath;
1122
            gp_port_info_get_name( info, &xpath );
1122
            gp_port_info_get_path( info, &xpath );
1123
            plist.append( xpath );
1123
            plist.append( xpath );
1124
#else
1124
#else
1125
            plist.append( info.path );
1125
            plist.append( info.path );

Return to bug 3183