Author: jareq Date: Wed Jun 7 10:29:49 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - crash on x86_64 machines when saving a document
---- Files affected: SOURCES: abiword-x86_64.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/abiword-x86_64.patch diff -u /dev/null SOURCES/abiword-x86_64.patch:1.1 --- /dev/null Wed Jun 7 12:29:49 2006 +++ SOURCES/abiword-x86_64.patch Wed Jun 7 12:29:44 2006 @@ -0,0 +1,12 @@ +diff -r -u abiword-2.4.4.orig/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp abiword-2.4.4/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp +--- abiword-2.4.4.orig/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp 2005-09-27 00:23:02.000000000 +0200 ++++ abiword-2.4.4/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp 2006-05-08 01:17:00.000000000 +0200 +@@ -586,7 +586,7 @@ + (!m_bSave ? GTK_FILE_CHOOSER_ACTION_OPEN : GTK_FILE_CHOOSER_ACTION_SAVE), + GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, + GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, +- NULL) ++ (gchar*)NULL) + ); + #endif + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
