]> git.pld-linux.org Git - packages/abiword.git/blob - abiword-gucharmap.patch
- Categories fix
[packages/abiword.git] / abiword-gucharmap.patch
1 diff -urN abiword.org/abi/ac-helpers/abi-gucharmap.m4 abiword/abi/ac-helpers/abi-gucharmap.m4
2 --- abiword.org/abi/ac-helpers/abi-gucharmap.m4 2004-02-20 00:23:52.000000000 +0100
3 +++ abiword/abi/ac-helpers/abi-gucharmap.m4     2004-04-25 00:20:51.000000000 +0200
4 @@ -33,7 +33,7 @@
5  ])
6  
7  if test "x$test_cmap" = "xtrue" ; then
8 -       PKG_CHECK_MODULES(GUCHARMAP,[gucharmap >= 0.7, gucharmap < 1.3.0], [have_cmap=true], [have_cmap=false])
9 +       PKG_CHECK_MODULES(GUCHARMAP,[gucharmap >= 0.7], [have_cmap=true], [have_cmap=false])
10  fi
11  
12  if test "x$have_cmap" = "xtrue" ; then
13 diff -urN abiword.org/abi/src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp abiword/abi/src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp
14 --- abiword.org/abi/src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp       2003-12-18 01:01:29.000000000 +0100
15 +++ abiword/abi/src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp   2004-04-25 00:51:18.000000000 +0200
16 @@ -516,8 +517,7 @@
17         gtk_box_pack_start(GTK_BOX(hbox),
18                                            m_areaCurrentSym, TRUE, FALSE, 0);
19  #else
20 -
21 -       m_SymbolMap = gucharmap_charmap_new ();
22 +       m_SymbolMap = gucharmap_charmap_new (GUCHARMAP_CHAPTERS(gucharmap_block_chapters_new()));
23         gtk_widget_show (m_SymbolMap);
24         gtk_box_pack_start(GTK_BOX(vboxInsertS), m_SymbolMap, TRUE, TRUE, 0);
25  
This page took 0.026207 seconds and 3 git commands to generate.