]> git.pld-linux.org Git - packages/abiword.git/blob - abiword-x86_64.patch
- more goffice fixes
[packages/abiword.git] / abiword-x86_64.patch
1 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
2 --- abiword-2.4.4.orig/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp       2005-09-27 00:23:02.000000000 +0200
3 +++ abiword-2.4.4/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp    2006-05-08 01:17:00.000000000 +0200
4 @@ -586,7 +586,7 @@
5                                                                         (!m_bSave ? GTK_FILE_CHOOSER_ACTION_OPEN : GTK_FILE_CHOOSER_ACTION_SAVE),
6                                                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
7                                                                         GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
8 -                                                                       NULL)
9 +                                                                       (gchar*)NULL)
10                                                         );
11  #endif 
12  
This page took 0.027616 seconds and 3 git commands to generate.