]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- crash on x86_64 machines when saving a document
authorJarosław Kruk <jareq@pld-linux.org>
Wed, 7 Jun 2006 10:29:44 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-x86_64.patch -> 1.1

abiword-x86_64.patch [new file with mode: 0644]

diff --git a/abiword-x86_64.patch b/abiword-x86_64.patch
new file mode 100644 (file)
index 0000000..3f24ec9
--- /dev/null
@@ -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        
This page took 0.028528 seconds and 4 git commands to generate.