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

(-)trinity-kasablanca-14.0.0~pre22+07aa7379/src/ftpthread.cpp.ORI (-2 / +2 lines)
Lines 1094-1101 Link Here
1094
1094
1095
bool FtpThread::FormatFilelist(const char *filename, TQString current, filist *dirtable, filist *filetable)
1095
bool FtpThread::FormatFilelist(const char *filename, TQString current, filist *dirtable, filist *filetable)
1096
{
1096
{
1097
	int i, blocks, space, month_int = 1;
1097
	int i, blocks, space, month_int = 1, loc;
1098
	unsigned int loc, fileloc, datebegin, sizebegin = 0;
1098
	unsigned int fileloc, datebegin, sizebegin = 0;
1099
	string buffer, filestring;
1099
	string buffer, filestring;
1100
1100
1101
	FILE* dirfile;
1101
	FILE* dirfile;
(-)a/src/Makefile.am (-2 / +1 lines)
Lines 25-32 kasablanca_LDFLAGS = $(TDE_RPATH) $(all_libraries) Link Here
25
kasablanca_LDADD = -lssl $(LIB_TDEUI) -lcrypto $(LIB_TDECORE) -lDCOP $(LIB_QT)
25
kasablanca_LDADD = -lssl $(LIB_TDEUI) -lcrypto $(LIB_TDECORE) -lDCOP $(LIB_QT)
26
26
27
# this is where the desktop file will go 
27
# this is where the desktop file will go 
28
shelldesktopdir = $(kde_appsdir)/Utilities
28
xdg_apps_DATA = kasablanca.desktop
29
shelldesktop_DATA = kasablanca.desktop
30
29
31
# this is where the shell's XML-GUI resource file goes
30
# this is where the shell's XML-GUI resource file goes
32
shellrcdir = $(kde_datadir)/kasablanca
31
shellrcdir = $(kde_datadir)/kasablanca

Return to bug 2408